UpdateOrderShippingInstructionsInput
Autogenerated input type of UpdateOrderShippingInstructions
input UpdateOrderShippingInstructionsInput {
brandId: ID
clientMutationId: String
orderId: ID!
requestedCarrierServiceId: ID
requestedCarrierServiceName: String
thirdPartyBilling: Boolean
thirdPartyBillingAccount: String
thirdPartyBillingCountry: String
thirdPartyBillingZip: String
}
Fields
UpdateOrderShippingInstructionsInput.brandId ● ID scalar
The brand ID. Optional if provided via X-Brand-Id header.
UpdateOrderShippingInstructionsInput.clientMutationId ● String scalar
A unique identifier for the client performing the mutation.
UpdateOrderShippingInstructionsInput.orderId ● ID! non-null scalar
The ID of the order to update.
UpdateOrderShippingInstructionsInput.requestedCarrierServiceId ● ID scalar
UpdateOrderShippingInstructionsInput.requestedCarrierServiceName ● String scalar
UpdateOrderShippingInstructionsInput.thirdPartyBilling ● Boolean scalar
Whether the order uses third party billing.
UpdateOrderShippingInstructionsInput.thirdPartyBillingAccount ● String scalar
UpdateOrderShippingInstructionsInput.thirdPartyBillingCountry ● String scalar
UpdateOrderShippingInstructionsInput.thirdPartyBillingZip ● String scalar
Member Of
updateOrderShippingInstructions mutation