Happening now | Office Hours: Customizing Your Theme With Moeed | Ask your questions now!
Our Partner & Developer boards on the community are moving to a brand new home: the .dev community forums! While you can still access past discussions here, for all your future app and storefront building questions, head over to the new forums.

Re: Generate list of Inventory ID numbers

Solved

Generate list of Inventory ID numbers

LynBarr
Visitor
2 1 0

How can I get a list of all product_variant_sku values and their corresponding inventory_item_id values? I need to update Inventory Levels in Shopify, but without some sort of cross-reference between these numbers, I cannot upload the available quantities. 

Accepted Solution (1)

LynBarr
Visitor
2 1 0

This is an accepted solution.

I answered my own question here. I needed to retrieve a list of all products, making sure to include inventory_item_id as a field in the result set, as indicated here: Product (shopify.dev)

View solution in original post

Reply 1 (1)

LynBarr
Visitor
2 1 0

This is an accepted solution.

I answered my own question here. I needed to retrieve a list of all products, making sure to include inventory_item_id as a field in the result set, as indicated here: Product (shopify.dev)