Anchor to InventoryLevelInputInventory
InventoryLevelInput
input_object
The input fields for an inventory level.
Anchor to FieldsFields
- Anchor to availableQuantityavailable•
Quantity Int!non-null The available quantity of an inventory item at a location.
- Anchor to locationIdlocation•
Id ID!non-null The ID of a location associated with the inventory level.
Was this section helpful?
Anchor to Input objects using this inputInput objects using this input
- •INPUT OBJECT
The inventory quantities at each location where the variant is stocked. The number of elements in the array of inventory quantities can't exceed the amount specified for the plan. Supported as input with the
mutation only.
Was this section helpful?