Back to Documentation
Storefront
Storefront Orders
When a customer places an order on your public Vylot storefront, it is recorded as a Storefront Order. This API allows you to pull those orders into your custom fulfillment or ERP system.
GET
/v1/store/ordersList storefront orders
Returns incoming storefront orders. Enforces your plan limits.
GET
/v1/store/orders/:idRetrieve an order
Retrieves the details of an existing storefront order, including its ordered items.
PATCH
/v1/store/orders/:id/statusUpdate order status
Updates the order status. If marked as DELIVERED, an invoice is automatically generated.
Parameters
statusstringRequiredAllowed values: 'PENDING', 'PROCESSING', 'SHIPPED', 'DELIVERED', 'CANCELLED'.