cURL
curl --request POST \ --url https://api.atlas.kitchen/storefronts/v1/cart/validation \ --header 'X-Channel-Id: <api-key>'
{ "valid": true, "token": "<string>", "errors": [ { "field": "<string>", "message": "<string>" } ] }
Validates stock, timeslots, minimum order value, etc. Returns a token for duplicate payment prevention.
Channel identifier. A second header X-Session-Id is also required.
X-Session-Id
Validation result
MD5 hash for duplicate payment prevention. Null when invalid.
Show child attributes
Was this page helpful?