Skip to main content
Anchor to InventoryShipmentRemoveItemsPayload

InventoryShipmentRemoveItemsPayload

payload

Return type for inventoryShipmentRemoveItems mutation.

•InventoryShipment

The inventory shipment with items removed.

•[InventoryShipmentRemoveItemsUserError!]!
non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?

Anchor to Mutations with this payloadMutations with this payload

•mutation

Remove items from an inventory shipment.

Arguments

•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?