v1

latestSwagger 2.02026-07-133652141.7 KB
order

Returns all details of a order

Returns all details of a single order, including last status, items shipped or not.

get/order/{orderId}

Path parameters

orderIdstring required

Unique Id of this order.

Headers

authorizationstring required

Authorization token. The Authorization token can be found in your Admin console.

Response

Success!

orderIdstring required

Unique order Id (related to this seller)

orderMarketplaceIdstring required

Unique Order Id that will be displayed to the customer. This Id is not the same as orderId

createdAtstring date-time required

Date that this order was created

approvedAtstring date-time

Date that this order was approved for fullfilment

updatedAtstring date-time required

Last update data of this order

statusstring required

Order status

totalAmountinteger required

Order total in cents, this is what the customer will be charged for. No commas or periods are accepeted. For example one dollar should be informed as 100. $1,2345.67 should be informed solely as 1234567

totalItemsAmountinteger required

Order items total amount in cents. No commas or periods are accepeted. For example one dollar should be informed as 100. $1,2345.67 should be informed solely as 1234567

totalShippingAmountinteger required

Total shipments amount items. No commas or periods are accepeted. For example one dollar should be informed as 100. $1,2345.67 should be informed solely as 1234567

totalDiscountAmountinteger required

Total order discounts in cents. No commas or periods are accepeted. For example one dollar should be informed as 100. $1,2345.67 should be informed solely as 1234567