FulfillmentCancelInput
No description
input FulfillmentCancelInput {
warehouseId: ID
}
Fields
FulfillmentCancelInput.warehouseId
● ID
scalar miscellaneous
ID of a warehouse where items will be restocked. Optional when fulfillment is in WAITING_FOR_APPROVAL state.
Member Of
orderFulfillmentCancel
mutation