Delivery Orders
Get orders for given site and tenant
Authorizations
OAuth2clientCredentialsRequired
Token URL:
Path parameters
tenantstringRequired
Query parameters
siteCodestringRequired
Responses
200
Resource successfully retrieved.
application/json
400
Request was syntactically incorrect. Details will be provided in the response payload.
application/json
401
Given request is unauthorized - the authorization token is invalid or has expired. Details will be provided in the response payload.
application/json
get
/delivery-v2/{tenant}/orderGet order by a given orderId and tenant.
Authorizations
OAuth2clientCredentialsRequired
Token URL:
Path parameters
tenantstringRequired
orderIdstringRequired
Responses
200
Resource successfully retrieved.
application/json
400
Request was syntactically incorrect. Details will be provided in the response payload.
application/json
401
Given request is unauthorized - the authorization token is invalid or has expired. Details will be provided in the response payload.
application/json
404
Request was syntactically incorrect. Details will be provided in the response payload.
application/json
get
/delivery-v2/{tenant}/order/{orderId}Last updated
Was this helpful?

