Skip to main content

MarkFulfillmentInProgressInput

Autogenerated input type of MarkFulfillmentInProgress

input MarkFulfillmentInProgressInput {
clientMutationId: String
externalId: String
fulfillmentId: ID!
metadata: JSON
orderId: ID!
warehouseId: ID!
}

Fields

MarkFulfillmentInProgressInput.clientMutationId ● String scalar common

A unique identifier for the client performing the mutation.

MarkFulfillmentInProgressInput.externalId ● String scalar common

External system reference ID supplied by the fulfillment partner claiming the order. If omitted, a placeholder is generated.

MarkFulfillmentInProgressInput.fulfillmentId ● ID! non-null scalar common

The ID of the fulfillment to mark in_progress. The fulfillment must be in 'ready' state.

MarkFulfillmentInProgressInput.metadata ● JSON scalar common

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

MarkFulfillmentInProgressInput.orderId ● ID! non-null scalar common

The ID of the order the fulfillment belongs to.

MarkFulfillmentInProgressInput.warehouseId ● ID! non-null scalar common

The ID of the warehouse where the fulfillment is processed.

Member Of

markFulfillmentInProgress mutation