DEV

Input.

OrderCreateInput

No description

Fields

accountOrderNumber

String

The order number from the organization.

billTo

ID

The ID of the billing party.

currencyCode

CurrencyCode!

Required

No description

grandTotal

Decimal

The grand total of the order. It will be rounded to the nearest penny.

landedCostId

ID!

Required

The landedCost id that the order will be created from.
Other Order details.
The reference information associated to the order.

shipTo

ID

The id of the destination party if different from the landedCost destination party.

source

String

The source platform of the order.

trackingNumbers

[String]

The tracking numbers for the order.

Was this page helpful?