Hi there Guys,
I’m needing some help with my Shopify to Google Sheets integration.
I am trying to export my products being sold on Shopify with an API to a Google Sheet. The information i am needing to get from the API is a stock available number with a SKU of the item.
I’ve managed to integrate the API but its not giving me the SKU data of each product but rather the Inventory Item ID.
The Request URL i’ve been using is from https://shopify.dev/api/admin-rest/2021-10/resources/location#get-locations-location-id-inventory-levels
Help would be greatly appricated.