Skip to main content

UpdateOrderCustomerInformationInput

Autogenerated input type of UpdateOrderCustomerInformation

input UpdateOrderCustomerInformationInput {
billToCompany: String
billToEmail: String
billToName: String
billToPhone: String
billingAddress: AddressInput
brandId: ID @deprecated
clearFulfillmentOverrides: [ID!]
clientMutationId: String
orderId: ID!
shipToCompany: String
shipToEmail: String
shipToName: String
shipToPhone: String
shipToSameAsBillTo: Boolean
shippingAddress: AddressInput
}

Fields

UpdateOrderCustomerInformationInput.billToCompany ● String scalar common

The billing company.

UpdateOrderCustomerInformationInput.billToEmail ● String scalar common

The billing email.

UpdateOrderCustomerInformationInput.billToName ● String scalar common

The billing name.

UpdateOrderCustomerInformationInput.billToPhone ● String scalar common

The billing phone.

UpdateOrderCustomerInformationInput.billingAddress ● AddressInput input common

The billing address.

UpdateOrderCustomerInformationInput.brandId ● ID deprecated scalar common

DEPRECATED

This argument will be removed in the future. Brand is becoming a product-only attribute. Order's company context will be used instead.

The brand ID. This parameter is optional, but if not provided, you should provide the header 'X-Brand-Id' with the brand ID.

UpdateOrderCustomerInformationInput.clearFulfillmentOverrides ● [ID!] list scalar common

IDs of this order's fulfillments whose shipping_information override should be cleared as part of this update. Operates atomically with the order update.

UpdateOrderCustomerInformationInput.clientMutationId ● String scalar common

A unique identifier for the client performing the mutation.

UpdateOrderCustomerInformationInput.orderId ● ID! non-null scalar common

The ID of the order to update customer information for.

UpdateOrderCustomerInformationInput.shipToCompany ● String scalar common

The shipping company.

UpdateOrderCustomerInformationInput.shipToEmail ● String scalar common

The shipping email.

UpdateOrderCustomerInformationInput.shipToName ● String scalar common

The shipping name.

UpdateOrderCustomerInformationInput.shipToPhone ● String scalar common

The shipping phone.

UpdateOrderCustomerInformationInput.shipToSameAsBillTo ● Boolean scalar common

Whether billing address is same as shipping.

UpdateOrderCustomerInformationInput.shippingAddress ● AddressInput input common

The shipping address.

Member Of

updateOrderCustomerInformation mutation