Skip to main content

DecomposeFulfillmentItemInput

Autogenerated input type of DecomposeFulfillmentItem

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

Fields

DecomposeFulfillmentItemInput.clientMutationId ● String scalar common

A unique identifier for the client performing the mutation.

DecomposeFulfillmentItemInput.fulfillmentId ● ID! non-null scalar common

The ID of the fulfillment the item belongs to.

DecomposeFulfillmentItemInput.fulfillmentItemId ● ID! non-null scalar common

The ID of the fulfillment item to decompose.

DecomposeFulfillmentItemInput.orderId ● ID! non-null scalar common

The ID of the order the fulfillment belongs to.

Member Of

decomposeFulfillmentItem mutation