MONEI / Shopify-api-node

Node Shopify connector sponsored by MONEI
https://monei.com/shopify-payment-gateway/
MIT License
946 stars 278 forks source link

inventoryItem.get - Response code 403(forbidden) #478

Closed SpyridonZ closed 3 years ago

SpyridonZ commented 3 years ago

We're required to update inventory stock through inventory item, and the inventoryItem.get(inventory_item_id) function is not working at all in this product.

I've tested many times to ensure the inventory_item_id is correct. Even manually using it, such as in example:

shopify.inventoryItem.get(31237493653592)

is returning 403 error.