INPUT_OBJECT
OrderUpdateInput
Attributes for updating an order
link GraphQL Schema definition
- input OrderUpdateInput {
- # The buyer's shipping address for an order.
- AddressInput :
- # The buyer's billing address. If this is left blank, it will default to the
- # shipping address.
- AddressInput :
- # Name of the company making the order for the purposes of billing if applicable.
- # If this is left blank, it will default to the company name attribute.
- String :
- # The buyer's email address for the purposes of billing. If this is left blank, it
- # will default to the email address attribute.
- String :
- # The buyer's first name for the purposes of billing. If this is left blank, it
- # will default to the first name attribute.
- String :
- # The buyer's phone number for the purposes of billing. If this is left blank, it
- # will default to the phone number attribute.
- String :
- # The buyer's surname for the purposes of billing. If this is left blank, it will
- # default to the surname attribute.
- String :
- # The buyer's billing tax number
- String :
- # The buyer's billing purchase order number
- String :
- # Name of the company making the order if applicable.
- String :
- # The buyer's email address.
- String :
- # The buyer's first name.
- String :
- # The buyer's phone number.
- String :
- # The buyer's surname.
- String :
- # A message that will be sent to the seller.
- String :
- }