Optional ReadonlyanonymousOptional ReadonlybillingBilling address associated with the Order.
Optional ReadonlybusinessOptional ReadonlycartReference to the Cart for an Order created from Cart.
The referenced Cart will have the Ordered CartState.
Optional ReadonlycompletedUser-defined date and time (UTC) of the Order. Present only on an Order created using Order Import.
Optional ReadonlycountryUsed for Line Item price selection.
ReadonlycreatedDate and time (UTC) the Order was initially created.
Optional ReadonlycreatedIDs and references that created the Order.
Optional ReadonlycustomCustom Fields of the Order.
Optional ReadonlycustomerEmail address of the Customer that the Order belongs to.
Optional ReadonlycustomerReference to the Customer Group of the Customer that the Order belongs to. Used for Line Item price selection.
Optional Readonlycustomerid of the Customer that the Order belongs to.
ReadonlycustomCustom Line Items that are part of the Order.
Optional ReadonlydirectDirect Discounts added to the Order.
An Order that has discountCodes cannot have directDiscounts.
Optional ReadonlydiscountDiscount Codes added to the Order.
An Order that has directDiscounts cannot have discountCodes.
Optional ReadonlydiscountDiscounts that apply on the total price of the Order.
Optional ReadonlydiscountIndicates if a combination of discount types can apply on an Order.
ReadonlyidUnique identifier of the Order.
Optional ReadonlyinventoryIndicates how stock quantities are tracked for Line Items in the Order.
Optional ReadonlyitemAdditional 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 ReadonlylastInternal-only field.
ReadonlylastDate and time (UTC) the Order was last updated.
Optional ReadonlylastIDs and references that last modified the Order.
ReadonlylineLine Items that are part of the Order.
Optional ReadonlylocaleLanguages of the Order. Can only contain languages supported by the Project.
Optional ReadonlyorderUser-defined identifier of the Order that is unique across a Project.
ReadonlyorderCurrent status of the Order.
ReadonlyoriginIndicates the origin of the Cart from which the Order was created.
Optional ReadonlypaymentPayment information related to the Order.
Optional ReadonlypaymentPayment status of the Order.
Optional ReadonlypriceIndicates how the total prices on LineItems and CustomLineItems are rounded when calculated.
Optional ReadonlypurchaseUser-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 ReadonlyquoteReference to the Quote for an Order created from Quote.
Optional ReadonlyrecurringReference to the RecurringOrder that generated this Order.
ReadonlyrefusedAutomatically set when a Line Item with GiftLineItem LineItemMode is removed from the Order.
Optional ReadonlyreturnContains information regarding the returns associated with the Order.
Optional ReadonlyshipmentShipment status of the Order.
ReadonlyshippingShipping-related information for Multiple ShippingMode.
Updated automatically each time a new Shipping Method is added.
Optional ReadonlyshippingShipping address associated with the Order. Determines eligible ShippingMethod rates and Tax Rates of Line Items.
Optional ReadonlyshippingCustom Fields of the Shipping Method for Single ShippingMode.
Optional ReadonlyshippingShipping-related information for Single ShippingMode.
Automatically set when a Shipping Method is set.
Optional Readonlyshippingkey of the ShippingMethod for Single ShippingMode.
ReadonlyshippingIndicates whether there can be one or multiple Shipping Methods.
Optional ReadonlyshippingInput 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 ReadonlystateState of the Order. This reference can point to a State in a custom workflow.
Optional ReadonlystoreReference to a Store the Order belongs to.
ReadonlysyncContains synchronization activity information of the Order (like export or import). Can only be set with Update SyncInfo update action.
Optional ReadonlytaxIndicates how taxes are calculated when calculating taxes for taxedPrice.
Optional ReadonlytaxedFor 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 proportionally discounted value.
Optional ReadonlytaxedSum of the taxedPrice field of ShippingInfo across all Shipping Methods.
If a discount applies on `totalPrice`, this field holds the proportionally discounted value.
Optional ReadonlytaxIndicates how Tax Rates are set.
Optional ReadonlytaxIndicates how monetary values are rounded when calculating taxes for taxedPrice.
ReadonlytotalSum 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.
ReadonlyversionCurrent version of the Order.
Anonymous session associated with the Order.