Orders > Orders > ordersOverride
Commerce APIOrdersOrdersordersOverride
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.


order_id: String!

Unique order identifier. See also: Unique Identifiers

Example: "or_EQzGqWoY"


shop_id: String!

Unique shop identifier. See also: Unique Identifiers

Example: "sh_EQzGqWoY"


uuid: String


Data Argument Fields

on_hold_until: String

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


tags: [String!]

Order tags (can be used for organization)


Result

Order

Preview (typescript)

Loading module