Skip to main content

RecomposeFulfillmentItemInput

Autogenerated input type of RecomposeFulfillmentItem

input RecomposeFulfillmentItemInput {
clientMutationId: String
fulfillmentId: ID!
fulfillmentItemId: ID!
orderId: ID!
}

Fields

RecomposeFulfillmentItemInput.clientMutationId ● String scalar common

A unique identifier for the client performing the mutation.

RecomposeFulfillmentItemInput.fulfillmentId ● ID! non-null scalar common

The ID of the fulfillment the item belongs to.

RecomposeFulfillmentItemInput.fulfillmentItemId ● ID! non-null scalar common

The ID of the fulfillment item to recompose.

RecomposeFulfillmentItemInput.orderId ● ID! non-null scalar common

The ID of the order the fulfillment belongs to.

Member Of

recomposeFulfillmentItem mutation