Skip to main content
Log inSign up

Shopify uses cookies to provide necessary site functionality and improve your experience. By using our website, you agree to our privacy policy and our cookie policy.

Anchor to inventoryShipmentAddItems

inventoryShipmentAddItems

mutation

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

Adds items to a draft inventory shipment.

ID!required

The ID of the draft inventory shipment to modify.

The list of line items to add to the inventory shipment.


Was this section helpful?

Anchor to InventoryShipmentAddItemsPayload returnsInventoryShipmentAddItemsPayload returns

The list of added line items.

The inventory shipment with the added items.

The list of errors that occurred from executing the mutation.


Was this section helpful?