Optional
Readonly
anonymousOptional
Readonly
billingBilling address associated with the Order.
Optional
Readonly
businessReference to a Business Unit the Order belongs to.
Optional
Readonly
cartReference to the Cart for an Order created from Cart.
The referenced Cart will have the Ordered
CartState.
Optional
Readonly
completedUser-defined date and time (UTC) of the Order. Present only on an Order created using Order Import.
Optional
Readonly
countryUsed for Line Item price selection.
Readonly
createdDate and time (UTC) the Order was initially created.
Optional
Readonly
createdIDs and references that created the Order.
Optional
Readonly
customCustom Fields of the Order.
Readonly
customCustom Line Items that are part of the Order.
Optional
Readonly
customerEmail address of the Customer that the Order belongs to.
Optional
Readonly
customerReference to the Customer Group of the Customer that the Order belongs to. Used for Line Item price selection.
Optional
Readonly
customerid
of the Customer that the Order belongs to.
Optional
Readonly
directDirect Discounts added to the Order.
An Order that has discountCodes
cannot have directDiscounts
.
Optional
Readonly
discountDiscount Codes added to the Order.
An Order that has directDiscounts
cannot have discountCodes
.
Optional
Readonly
discountDiscounts that apply on the total price of the Order.
Readonly
idUnique identifier of the Order.
Optional
Readonly
inventoryIndicates how stock quantities are tracked for Line Items in the Order.
Optional
Readonly
itemAdditional shipping addresses of the Order as specified by LineItems using the shippingDetails
field.
Eligible Shipping Methods or applicable Tax Rates are determined by the address in shippingAddress
, and not itemShippingAddresses
.
Optional
Readonly
lastInternal-only field.
Readonly
lastDate and time (UTC) the Order was last updated.
Optional
Readonly
lastIDs and references that last modified the Order.
Readonly
lineLine Items that are part of the Order.
Optional
Readonly
localeLanguages of the Order. Can only contain languages supported by the Project.
Optional
Readonly
orderUser-defined identifier of the Order that is unique across a Project.
Readonly
orderCurrent status of the Order.
Readonly
originIndicates the origin of the Cart from which the Order was created.
Optional
Readonly
paymentPayment information related to the Order.
Optional
Readonly
paymentPayment status of the Order.
Optional
Readonly
purchaseUser-defined identifier of a purchase Order.
It is typically set by the [Buyer](ctp:api:type:Buyer) and can be used with [Quotes](/quotes-overview) to track the purchase Order during the [quote and order flow](/../api/quotes-overview#intended-workflow).
Optional
Readonly
quoteReference to the Quote for an Order created from Quote.
Readonly
refusedAutomatically set when a Line Item with GiftLineItem
LineItemMode is removed from the Order.
Optional
Readonly
returnContains information regarding the returns associated with the Order.
Optional
Readonly
shipmentShipment status of the Order.
Readonly
shippingShipping-related information for Multiple
ShippingMode.
Updated automatically each time a new Shipping Method is added.
Optional
Readonly
shippingShipping address associated with the Order. Determines eligible ShippingMethod rates and Tax Rates of Line Items.
Optional
Readonly
shippingCustom Fields of the Shipping Method for Single
ShippingMode.
Optional
Readonly
shippingShipping-related information for Single
ShippingMode.
Automatically set when a Shipping Method is set.
Optional
Readonly
shippingkey
of the ShippingMethod for Single
ShippingMode.
Readonly
shippingIndicates whether there can be one or multiple Shipping Methods.
Optional
Readonly
shippingInput used to select a ShippingRatePriceTier.
The data type of this field depends on the shippingRateInputType.type
configured in the Project:
- If `CartClassification`, it is [ClassificationShippingRateInput](ctp:api:type:ClassificationShippingRateInput).
- If `CartScore`, it is [ScoreShippingRateInput](ctp:api:type:ScoreShippingRateInput).
- If `CartValue`, it cannot be used.
Optional
Readonly
stateState of the Order. This reference can point to a State in a custom workflow.
Optional
Readonly
storeReference to a Store the Order belongs to.
Readonly
syncContains synchronization activity information of the Order (like export or import). Can only be set with Update SyncInfo update action.
Optional
Readonly
taxIndicates how taxes are calculated when calculating taxes for taxedPrice
.
Optional
Readonly
taxIndicates how Tax Rates are set.
Optional
Readonly
taxIndicates how monetary values are rounded when calculating taxes for taxedPrice
.
Optional
Readonly
taxedFor Platform
TaxMode, it is automatically set when a shipping address is set.
External
TaxMode, it is automatically set when shippingAddress
and external Tax Rates for all Line Items, Custom Line Items, and Shipping Methods in the Cart are set. If a discount applies on totalPrice
, this field holds the discounted values.
Optional
Readonly
taxedSum of the taxedPrice
field of ShippingInfo across all Shipping Methods.
Readonly
totalSum of the totalPrice
field of all LineItems and CustomLineItems, and if available, the price
field of ShippingInfo.
If a discount applies on totalPrice
, this field holds the discounted value.
Taxes are included if [TaxRate](ctp:api:type:TaxRate) `includedInPrice` is `true` for each price.
Readonly
versionCurrent version of the Order.
Anonymous session associated with the Order.