Skip to main content

UpdateOrderCustomerInformationInput

Autogenerated input type of UpdateOrderCustomerInformation

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

Fields

UpdateOrderCustomerInformationInput.billToCompany ● String scalar

The billing company.

UpdateOrderCustomerInformationInput.billToEmail ● String scalar

The billing email.

UpdateOrderCustomerInformationInput.billToName ● String scalar

The billing name.

UpdateOrderCustomerInformationInput.billToPhone ● String scalar

The billing phone.

UpdateOrderCustomerInformationInput.billingAddress ● AddressInput input

The billing address.

UpdateOrderCustomerInformationInput.brandId ● ID scalar

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

UpdateOrderCustomerInformationInput.clientMutationId ● String scalar

A unique identifier for the client performing the mutation.

UpdateOrderCustomerInformationInput.orderId ● ID! non-null scalar

The ID of the order to update customer information for.

UpdateOrderCustomerInformationInput.shipToCompany ● String scalar

The shipping company.

UpdateOrderCustomerInformationInput.shipToEmail ● String scalar

The shipping email.

UpdateOrderCustomerInformationInput.shipToName ● String scalar

The shipping name.

UpdateOrderCustomerInformationInput.shipToPhone ● String scalar

The shipping phone.

UpdateOrderCustomerInformationInput.shipToSameAsBillTo ● Boolean scalar

Whether billing address is same as shipping.

UpdateOrderCustomerInformationInput.shippingAddress ● AddressInput input

The shipping address.

Member Of

updateOrderCustomerInformation mutation