ScheduleFulfillmentInput
Autogenerated input type of ScheduleFulfillment
input ScheduleFulfillmentInput {
brandId: ID
clientMutationId: String
fulfillmentId: ID!
orderId: ID!
warehouseId: ID!
}
Fields
ScheduleFulfillmentInput.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.
ScheduleFulfillmentInput.clientMutationId ● String scalar
A unique identifier for the client performing the mutation.
ScheduleFulfillmentInput.fulfillmentId ● ID! non-null scalar
The ID of the fulfillment to schedule. Must be in 'allocated' or 'failed_to_fulfill' state.
ScheduleFulfillmentInput.orderId ● ID! non-null scalar
The ID of the order the fulfillment belongs to.
ScheduleFulfillmentInput.warehouseId ● ID! non-null scalar
The ID of the warehouse where the fulfillment is processed.
Member Of
scheduleFulfillment mutation