UpdateFulfillmentSpecialInstructionsInput
Autogenerated input type of UpdateFulfillmentSpecialInstructions
input UpdateFulfillmentSpecialInstructionsInput {
brandId: ID @deprecated
clientMutationId: String
fulfillmentId: ID!
fulfillmentInstructions: String
labelsEach: Boolean
labelsInner: Boolean
labelsMaster: Boolean
labelsPallet: Boolean
labelsPrice: Boolean
orderId: ID!
}
Fields
UpdateFulfillmentSpecialInstructionsInput.brandId ● ID deprecated scalar common
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.
UpdateFulfillmentSpecialInstructionsInput.clientMutationId ● String scalar common
A unique identifier for the client performing the mutation.
UpdateFulfillmentSpecialInstructionsInput.fulfillmentId ● ID! non-null scalar common
The ID of the fulfillment to update.
UpdateFulfillmentSpecialInstructionsInput.fulfillmentInstructions ● String scalar common
Free-form fulfillment instructions. **Note:** this is an alias of handlingInstructions; writes here persist to the same column.
UpdateFulfillmentSpecialInstructionsInput.labelsEach ● Boolean scalar common
Whether each-unit labels are required for this fulfillment.
UpdateFulfillmentSpecialInstructionsInput.labelsInner ● Boolean scalar common
Whether inner-pack labels are required for this fulfillment.
UpdateFulfillmentSpecialInstructionsInput.labelsMaster ● Boolean scalar common
Whether master-carton labels are required for this fulfillment.
UpdateFulfillmentSpecialInstructionsInput.labelsPallet ● Boolean scalar common
Whether pallet labels are required for this fulfillment.
UpdateFulfillmentSpecialInstructionsInput.labelsPrice ● Boolean scalar common
Whether price labels are required for this fulfillment.
UpdateFulfillmentSpecialInstructionsInput.orderId ● ID! non-null scalar common
The ID of the order the fulfillment belongs to.
Member Of
updateFulfillmentSpecialInstructions mutation