Choose an operation
VERB
https://api.staging.deliverect.com
Staging Environment
{var_value}
Commerce API
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.
Request
Select an operation first to start working on a request.
Response
Waiting for a request to be sent.