Description
Create an imported order.
Permission bit: "orders.create"
Topic: Orders
Arguments
data: [OIOrder!]!
Main argument for mutations.
Unique shop identifier. See also: Unique Identifiers
Example: "sh_EQzGqWoY"
Data Argument Fields
billing_address: AddressCreate!
billing_address_short_id: String
cancel_reason: OrderCancelReason
The reason why the order was canceled
custom_items: [OICustomItem!]
financial_status: OrderFinancialStatus!
Financial status of the order
fulfillment_status: OrderFulfillmentStatus!
Fulfillment status of the order
fulfillments: [OIOrderFulfillment!]
history: [OIOrderHistory!]
line_items: [OIOrderLineItem!]!
mobile_notifications: Boolean!
payment_detail: OIPaymentDetail
round_tax_at: RoundTaxAt!
At what level the tax should be rounded
shipping_address: AddressCreate!
shipping_address_override: AddressCreate
shipping_address_short_id: String
shipping_detail: OIShippingDetail!
source_name: OrderSourceName!
Where the order originated from
Order tags (can be used for organization)
tax_inclusive_prices: Boolean!
Result
[Order!]
Preview (typescript)
Loading module