Get Inventory item id from Shopify used in the Celigo flow NetSuite inventory to Shopify inventory.

Inventory item is a combination of a variant and a location.   If you want to find quicky an inventory_item_id without using API, you can check that url (variant edit url + .json)   /admin/products/[ID_PRODUCT]/variants/[ID_VARIANT].json   the result can be: { variant: { id: XXXX, product_id: XXXX, title: “Small”, price: “50.00”, sku: “”, position: 1,… Continue reading Get Inventory item id from Shopify used in the Celigo flow NetSuite inventory to Shopify inventory.