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 ProductSetInventoryInput

ProductSetInventoryInput

input_object

The input fields required to set inventory quantities using productSet mutation.

•
ID!non-null

The ID of the location of the inventory quantity being set.

•
String!non-null

The name of the inventory quantity being set. Must be one of available or on_hand.

•
Int!non-null

The values to which each quantities will be set.


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. If you're updating an existing variant, then you can only update the quantities at locations where the variant is already stocked.


Was this section helpful?