Basket

Glossary

EndpointTypeFunction
Create Basket đź”—POSTGenerates a unique basket ID, validates the order and its contents, and calculates the total payable amount including applicable taxes and store charges.
Validate Basket đź”—POSTValidates a basket using a unique basket ID.
Get Basket đź”—GETRetrieves a basket by unique ID, including its details and contents.
Recreate Basket đź”—POSTRecreate a previous basket in a specified store
Update Fulfillment Details đź”—PATCHUpdates the basket's fulfillment details, such as the fulfillment type, scheduled time, or delivery information.
Update Store đź”—PATCHUpdates the store associated with the basket.
Update Basket - Item(s) đź”—PATCHAdds, removes, or updates items in the basket.
Update Customer đź”—PATCHUpdates the customer's information associated with the basket.
Update Group Customers đź”—PATCHUpdates the list of customers participating in a group order.
Update Group Policies đź”—PATCHUpdates policy acknowledgements or policy-related information associated with the basket.
Update Tip đź”—PATCHUpdates the gratuity or tip amount applied to the basket.
Update Donations đź”—PATCHUpdates donation amounts associated with the basket.
Update Discount(s) đź”—PATCHApplies, updates, or removes discounts from the basket.
Update Charges đź”—PATCHUpdates additional charges applied to the basket, such as service or delivery fees.

Base URLs

These are the base URLs for endpoints hosted on the Deliverect domain.

EnvironmentBase URLDescription
Restaurant Staginghttps://api.staging.deliverect.comFor any integration partner operating in the restaurant space and accessing endpoints in our Staging (test) environment.
Restaurant Productionhttps://api.deliverect.comFor any integration partner operating in the restaurant space and accessing endpoints in our Production (live) environment.