Orders > Orders > ordersOverride
POST:orders/override.json
Description
Override certain order fields after order was paid.
Permission bit: "orders.modify"
Topic: Orders
Arguments
data: OrderOverride!
Main argument for mutations.
Unique order identifier. See also: Unique Identifiers
Example: "or_EQzGqWoY"
Unique shop identifier. See also: Unique Identifiers
Example: "sh_EQzGqWoY"
Data Argument Fields
The date and time when order is no longer considered on hold
Example: "2014-09-04T12:23:34Z"
Timestamp (RFC 3339)
shipping_address_latitude: Float
Geographic coordinate specifying the north/south location of an address
Example: 0.0
shipping_address_longitude: Float
Geographic coordinate specifying the east/west location of an address
Example: 0.0
shipping_address_override: AddressCreate
Shipping address override
Order tags (can be used for organization)
Result
Preview (typescript)
Loading module