Anchor to InventoryAdjustmentInputInventory
input_objectInventory Adjustment Input
The input fields required to adjust the available quantity of a product variant at a location.
Anchor to FieldsFields
- adjustment (Int)
- changeFromQuantity (Int)
- locationId (ID!)
- Anchor to adjustmentadjustment•Int
The adjustment of the available quantity at the location. If the value is
null, then the product variant is no longer stocked at the location.- Anchor to changeFromQuantitychange•Int
From Quantity The quantity to compare against before applying the delta. This field is mandatory- you must explicitly pass in a value (even if it's
null), or else you will get an error.- Anchor to locationIdlocation•ID!
Id non-null The ID of the location where the available quantity should be adjusted.
Was this section helpful?
Anchor to Input objects using this inputInput objects using this input
- •INPUT OBJECT
The input fields for specifying a product variant to create as part of a variant bulk mutation.
Was this section helpful?