that
January 27, 2025, 10:24am
4
Because Shopify developers are developers, they don’t use their api. I encountered the same issue, read_locations
is required on GraphQL (not in rest).
So I am working on migrate rest api to graphql api… for products…
A few years ago when I worked on the rest api, I felt that the api was created by the developers who will never use the api to do anything… a few years later, still the same, unless I missed something.
The inventoryItemId, productId etc these are all Shopify’s internal ids, 90% of the users do NOT care about this. In rest api, if I have a SKU and I want to update the quantity for that SKU, I had to call a few apis to do that:
…