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.
amount
Total amount of the order, including all shipping expenses, tax and the price of items.
createdAt
Event occurrence UTC date-time (YYYY-MM-DDTHH:mm:ssZ), when order is actually created.
id
Unique ID of the order.
products
status
State of the order.
updatedAt
Event updated UTC date-time (YYYY-MM-DDTHH:mm:ssZ), when the status of the order is actually changed/updated.
billing
Billing details of an order.
coupons
Coupons applied to the order. Stored case insensitive.
identifiers
Identifies the contact associated with the order.
metaInfo
Meta data of order to store additional detal such as custom message, customer type, source.
storeId
ID of store where the order is placed
Response
Order Event posted