Skip to main content
Anchor to InventoryShipmentRemoveItemsPayload

InventoryShipmentRemoveItemsPayload

payload

Return type for inventoryShipmentRemoveItems mutation.

•InventoryShipment

The inventory shipment with items removed.

Show fields
•[InventoryShipmentRemoveItemsUserError!]!
non-null

The list of errors that occurred from executing the mutation.

Show fields

Was this section helpful?

Anchor to Mutations with this payloadMutations with this payload

•mutation

Remove items from an inventory shipment.

Show payload

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?