Anchor to inventoryShipmentRemoveItemsinventory
inventoryShipmentRemoveItems
mutation
Requires access scope and
access scope. Also: The user must have permission to manage inventory.
Remove items from an inventory shipment.
Anchor to Arguments
Arguments
- •ID!required
The ID of the inventory shipment to remove items from.
- Anchor to lineItemsline•
Items [ID!]!required A list of inventory shipment line item ids representing the items to be removed from the shipment.
Was this section helpful?
Anchor to InventoryShipmentRemoveItemsPayload returnsInventoryShipmentRemoveItemsPayload returns
- Anchor to inventoryShipmentinventory•
Shipment The inventory shipment with items removed.
- Anchor to userErrorsuser•
Errors The list of errors that occurred from executing the mutation.
Was this section helpful?
Mutation Reference
mutation inventoryShipmentRemoveItems($id: ID!, $lineItems: [ID!]!) {
inventoryShipmentRemoveItems(id: $id, lineItems: $lineItems) {
inventoryShipment {
# InventoryShipment fields
}
userErrors {
field
message
}
}
}
Input
{
"id": "gid://shopify/<objectName>/10079785100",
"lineItems": [
"gid://shopify/<objectName>/10079785100"
]
}
{
"id": "gid://shopify/<objectName>/10079785100",
"lineItems": [
"gid://shopify/<objectName>/10079785100"
]
}