Base URL
https://api.staging.deliverect.com

Commerce Endpoints


Endpoint Method Function
Root Menu(s)πŸ”—. GET Retrieves the brand-level Root Menu linked to the primary location, representing all items across the brand.
Stores πŸ”— GET Returns the list of stores. A store represents a unique ordering experience from a specific location.
Store πŸ”— GET Returns a specific stores. A store represents a unique ordering experience from a specific location.
Store Menu(s)πŸ”— GET Retrieves a stores menu, including its product range and pricing details
Create BasketπŸ”— POST Generates a unique basket ID. Validates the order, it's content and calculates total amount payable including applicable taxes and store charges.
BasketπŸ”— GET Retrieve a basket by unique ID. Contains basket's details and contents
Update BasketπŸ”— PATCH Applies various basket updates(items,discounts..).
Validate BasketπŸ”— POST Validate a basket using an unique basket ID.
Checkout BasketπŸ”— POST Creates a checkout session using a unique basket ID.
CheckoutπŸ”—. GET Returns a checkout session by ID

Last update on Apr 22, 2026.