Skip to main content

SendFulfillmentInput

Autogenerated input type of SendFulfillment

input SendFulfillmentInput {
brandId: ID
clientMutationId: String
externalId: String
fulfillmentId: ID!
fulfillmentIntegrationId: ID!
metadata: JSON
orderId: ID!
warehouseId: ID!
}

Fields

SendFulfillmentInput.brandId ● ID scalar

The brand ID. This parameter is optional, but if not provided, you should provide the header 'X-Brand-Id' with the brand ID.

SendFulfillmentInput.clientMutationId ● String scalar

A unique identifier for the client performing the mutation.

SendFulfillmentInput.externalId ● String scalar

External system reference ID returned from the fulfillment integration.

SendFulfillmentInput.fulfillmentId ● ID! non-null scalar

The ID of the fulfillment to send. The fulfillment must be in 'allocated' state.

SendFulfillmentInput.fulfillmentIntegrationId ● ID! non-null scalar

The ID of the fulfillment integration to send the fulfillment to.

SendFulfillmentInput.metadata ● JSON scalar

The metadata that is part of the fulfillment. This metadata can be used to store additional information about the fulfillment.

SendFulfillmentInput.orderId ● ID! non-null scalar

The ID of the order the fulfillment belongs to.

SendFulfillmentInput.warehouseId ● ID! non-null scalar

The ID of the warehouse where the fulfillment is processed.

Member Of

sendFulfillment mutation