stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > ProductVariantsBulkInput > inventoryQuantities

AdminTypes.ProductVariantsBulkInput.inventoryQuantities property

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 productVariantsBulkCreate mutation only.

Signature:

inventoryQuantities?: InputMaybe<Array<InventoryLevelInput>>;