Get Order
Returns *Order* data. This will return order data immediately after an order is placed on the storefront.
> #### Note
> * Substitute your storefront domain for `yourstore.example.com`.
> * The Send a Test Request feature is not currently supported for this endpoint.
Path parameters
orderId
ID of an Order.
Query parameters
include
Sub-resources to include in an Order, in a comma-separated list. The ID and the specified fields will be returned.
Response
orderId
cartId
The ID of cart that was converted to order.
currency
This will always be the same between cart and checkout.
isTaxIncluded
Whether this item is taxable.
baseAmount
Cost of cartʼs contents before applying discounts.
discountAmount
Discounted amount.
giftWrappingCostTotal
Gift wrapping for all items, including or excluding tax.
orderAmount
Sum of line-items amounts, minus cart-level discounts and coupons. This amount includes taxes where applicable.
orderAmountAsInteger
Order amount represented in integer. Eg. 1234 for $12.34
coupons
Array of AppliedCoupon objects applied to this cart.
lineItems
Array of LineItem objects.
customerId
billingAddress
status
Order status.
hasDigitalItems
Specifies whether this order has at least one digital item.
isDownloadable
Specifies whether this order is fully paid, so that digital items can be downloaded.
isComplete
Specifies whether this order is complete and ready to be taken to the order confirmation page.
customerMessage
Shopperʼs provided message for the order.
shippingCostTotal
shippingCostBeforeDiscount
Estimated total shipping cost before any shipping discounts have been applied.
comparisonShippingCost
The total shipping cost to be shown to shopper in the summary as struck-through.
- If the entered-price and display-price have the same tax setting (e.g.: both are tax-inclusive), this field will be the estimated total shipping cost before any coupons applied (but after automatic promotions applied).
- If the entered-price and display-price have different tax setting (e.g.: one is tax-inclusive, and one is tax-exclusive), this field will be the estimated total shipping cost before any discounts applied, similar to the `shippingCostBeforeDiscount`.
handlingCostTotal
customerCanBeCreated
taxes
taxTotal
channelId
ID of the channel which the order belongs to.
consignments
All the consignments of the order.