Anchor to inventoryShipmentDeleteinventory
inventoryShipmentDelete
mutation
Requires access scope and
access scope. Also: The user must have permission to manage inventory.
Deletes an inventory shipment. Only draft shipments can be deleted.
Anchor to Arguments
Arguments
- Anchor to inventoryShipmentIdinventory•
Shipment Id ID!required The ID of the inventory shipment to be deleted.
Was this section helpful?
Anchor to InventoryShipmentDeletePayload returnsInventoryShipmentDeletePayload returns
- Anchor to inventoryShipmentIdinventory•
Shipment Id The ID of the inventory shipment that was deleted.
- Anchor to userErrorsuser•
Errors The list of errors that occurred from executing the mutation.
Was this section helpful?
Mutation Reference
mutation inventoryShipmentDelete($inventoryShipmentId: ID!) {
inventoryShipmentDelete(inventoryShipmentId: $inventoryShipmentId) {
inventoryShipmentId
userErrors {
field
message
}
}
}
Input
{
"inventoryShipmentId": "gid://shopify/<objectName>/10079785100"
}
{
"inventoryShipmentId": "gid://shopify/<objectName>/10079785100"
}