Skip to main content

UpdateFulfillmentRoutingInstructionsInput

Autogenerated input type of UpdateFulfillmentRoutingInstructions

input UpdateFulfillmentRoutingInstructionsInput {
brandId: ID @deprecated
clientMutationId: String
fulfillmentId: ID!
orderId: ID!
routingAttachments: String
routingEmail: String
routingInstructions: String
routingPortalUrl: String
routingRequired: Boolean
}

Fields

UpdateFulfillmentRoutingInstructionsInput.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. This parameter is optional, but if not provided, you should provide the header 'X-Brand-Id' with the brand ID.

UpdateFulfillmentRoutingInstructionsInput.clientMutationId ● String scalar common

A unique identifier for the client performing the mutation.

UpdateFulfillmentRoutingInstructionsInput.fulfillmentId ● ID! non-null scalar common

The ID of the fulfillment to update.

UpdateFulfillmentRoutingInstructionsInput.orderId ● ID! non-null scalar common

The ID of the order the fulfillment belongs to.

UpdateFulfillmentRoutingInstructionsInput.routingAttachments ● String scalar common

Routing attachments reference. Pass null to clear.

UpdateFulfillmentRoutingInstructionsInput.routingEmail ● String scalar common

Routing contact email. Pass null to clear.

UpdateFulfillmentRoutingInstructionsInput.routingInstructions ● String scalar common

Free-text routing instructions. Pass null to clear.

UpdateFulfillmentRoutingInstructionsInput.routingPortalUrl ● String scalar common

Routing portal URL. Pass null to clear.

UpdateFulfillmentRoutingInstructionsInput.routingRequired ● Boolean scalar common

Whether routing instructions are required for this fulfillment. Pass null to clear.

Member Of

updateFulfillmentRoutingInstructions mutation