Creates New Tag using Vesyl. Requires new_tag_name. Returns confirmation of creation, including the new record’s ID and details.
Deletes Tag by ID using Vesyl. Requires tag_id_to_delete. Returns confirmation of deletion or success status.
Retrieves All Boxes using Vesyl. No inputs are required. Returns the requested data record(s) with all available details.
Retrieves All Orders using Vesyl. No inputs are required. Returns the requested data record(s) with all available details.
Retrieves All Products using Vesyl. No inputs are required. Returns the requested data record(s) with all available details.
Retrieves All Stores using Vesyl. No inputs are required. Returns the requested data record(s) with all available details.
Retrieves All Tags using Vesyl. No inputs are required. Returns the requested data record(s) with all available details.
Retrieves Box by ID using Vesyl. Requires box_id. Returns the requested data record(s) with all available details.
Retrieves Order by ID using Vesyl. Requires order_id. Returns the requested data record(s) with all available details.
Retrieves Orders by Status using Vesyl. Requires status_to_be_searched. Returns the requested data record(s) with all available details.
Retrieves Product by ID using Vesyl. Requires product_id. Returns the requested data record(s) with all available details.