Managing the status of the order

Manages the transactional status of the order

Authentication

api-keystring

The API key should be passed in the request headers as api-key for authentication.

Request

This endpoint expects an object.
amountdoubleRequired
Total amount of the order, including all shipping expenses, tax and the price of items.
createdAtstringRequired

Event occurrence UTC date-time (YYYY-MM-DDTHH:mm:ssZ), when order is actually created.

idstringRequired
Unique ID of the order.
productslist of objectsRequired
statusstringRequired
State of the order.
updatedAtstringRequired

Event updated UTC date-time (YYYY-MM-DDTHH:mm:ssZ), when the status of the order is actually changed/updated.

billingobjectOptional
Billing details of an order.
couponslist of stringsOptional
Coupons applied to the order. Stored case insensitive.
identifiersobjectOptional
Identifies the contact associated with the order.
metaInfomap from strings to strings or integers or booleansOptional
Meta data of order to store additional detal such as custom message, customer type, source.
storeIdstringOptional
ID of store where the order is placed

Response

Order Event posted

Errors