UpdateOrderShippingInstructionsInput
Autogenerated input type of UpdateOrderShippingInstructions
input UpdateOrderShippingInstructionsInput {
brandId: ID @deprecated
clientMutationId: String
orderId: ID!
shippingMethod: String
thirdPartyBillingAccount: String
thirdPartyBillingCountry: String
thirdPartyBillingZip: String
}
Fields
UpdateOrderShippingInstructionsInput.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. Optional if provided via X-Brand-Id header.
UpdateOrderShippingInstructionsInput.clientMutationId ● String scalar common
A unique identifier for the client performing the mutation.
UpdateOrderShippingInstructionsInput.orderId ● ID! non-null scalar common
The ID of the order to update.
UpdateOrderShippingInstructionsInput.shippingMethod ● String scalar common
Free-text shipping method as supplied by the buyer or upstream system.
Persisted to orders.original_carrier_service and exposed as
originalCarrierService.
UpdateOrderShippingInstructionsInput.thirdPartyBillingAccount ● String scalar common
UpdateOrderShippingInstructionsInput.thirdPartyBillingCountry ● String scalar common
UpdateOrderShippingInstructionsInput.thirdPartyBillingZip ● String scalar common
Member Of
updateOrderShippingInstructions mutation