Types > OrderOverride
Commerce APITypesOrderOverride
OrderOverride

Description

Topic: Orders

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)


Used By

Mutations

ordersOverride

Preview (typescript)

Loading module