Skip to main content
Anchor to inventoryShipmentRemoveItems

inventoryShipmentRemoveItems

mutation

Requires write_inventory_shipments access scope. Also: The user must have permission to manage inventory.

Remove items from an inventory shipment.

ID!
required

The ID of the inventory shipment to remove items from.

[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

InventoryShipment

The inventory shipment with items removed.

[InventoryShipmentRemoveItemsUserError!]!
non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?