Operations for creating and retrieving customer orders. Requires Cloud Slicer Token and a paid plan
Create Order
Create an order for the authenticated user's widget and persist calculated totals.
Create Order › Request Body
widget_idcustomer_namecustomer_emaildeadlineshipping_selectedCreate Order › Responses
Successfully created order
user_idstatusorder_idcreated_atGet Order
Get a specific order for the authenticated user. NOTE: The order_id must be the default ID provided to you in your Cloud Slicer dashboard. It cannot be your custom ID
path Parameters
order_idOrder ID to retrieve.
Order ID to retrieve.
Get Order › Responses
Successfully retrieved order
order_idcreated_atupdated_atuser_idwidget_idcustomer_namecustomer_emailshipping_selectedstatuspriority_scopecurrencysubtotaldiscount_amountshipping_costtotaldeadlineDelete Order
Delete an order for the authenticated user. NOTE: The order_id must be the default ID provided to you in your Cloud Slicer dashboard. It cannot be your custom ID
path Parameters
order_idOrder ID to delete.
Order ID to delete.
Delete Order › Responses
Successfully deleted order
user_idstatusorder_idtimestampUpdate Order
Update an existing order for the authenticated user. NOTE: The order_id must be the default ID provided to you in your Cloud Slicer dashboard. It cannot be your custom ID
path Parameters
order_idOrder ID to update.
Order ID to update.
Update Order › Responses
Successfully updated order
user_idstatusorder_idupdated_at