Skip to main content
Anchor to inventoryShipmentUpdateItemQuantities

inventoryShipmentUpdateItemQuantities

mutation

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

Updates items on an inventory shipment.

ID!
required

The ID of the inventory shipment to update item quantities.

[InventoryShipmentUpdateItemQuantitiesInput!]
Default:[]

The list of line items to be updated to the shipment.


Was this section helpful?

Anchor to InventoryShipmentUpdateItemQuantitiesPayload returnsInventoryShipmentUpdateItemQuantitiesPayload returns

InventoryShipment

The inventory shipment with updated item quantities.

[InventoryShipmentLineItem!]

The updated item quantities.

[InventoryShipmentUpdateItemQuantitiesUserError!]!
non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?