UpdateOrderShippingInstructionsInput
Autogenerated input type of UpdateOrderShippingInstructions
input UpdateOrderShippingInstructionsInput {
brandId: ID @deprecated
clearFulfillmentOverrides: [ID!]
clientMutationId: String
orderId: ID!
requestedCarrierServiceId: ID
requestedCarrierServiceName: String
thirdPartyBilling: Boolean
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.clearFulfillmentOverrides ● [ID!] list scalar common
IDs of fulfillments whose overrides for the updated field(s) should be cleared as part of this update. Operates atomically with the order update.
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.requestedCarrierServiceId ● ID scalar common
UpdateOrderShippingInstructionsInput.requestedCarrierServiceName ● String scalar common
UpdateOrderShippingInstructionsInput.thirdPartyBilling ● Boolean scalar common
Whether the order uses third party billing.
UpdateOrderShippingInstructionsInput.thirdPartyBillingAccount ● String scalar common
UpdateOrderShippingInstructionsInput.thirdPartyBillingCountry ● String scalar common
UpdateOrderShippingInstructionsInput.thirdPartyBillingZip ● String scalar common
Member Of
updateOrderShippingInstructions mutation