DestroyFulfillmentContainerInput
Autogenerated input type of DestroyFulfillmentContainer
input DestroyFulfillmentContainerInput {
clientMutationId: String
containerId: ID!
fulfillmentId: ID!
orderId: ID!
}
Fields
DestroyFulfillmentContainerInput.clientMutationId ● String scalar common
A unique identifier for the client performing the mutation.
DestroyFulfillmentContainerInput.containerId ● ID! non-null scalar common
The fulfillment container to destroy.
DestroyFulfillmentContainerInput.fulfillmentId ● ID! non-null scalar common
The fulfillment the container belongs to.
DestroyFulfillmentContainerInput.orderId ● ID! non-null scalar common
The order the fulfillment belongs to.
Member Of
destroyFulfillmentContainer mutation