A space to discuss GraphQL queries, mutations, troubleshooting, throttling, and best practices.
Im working with fetching all added collections, product category and tags. Here I want to map the product we have against these fetched master ids of collections, product category and tags for easy search for users.
For this -
/admin/api/2023-07/collection_listings.json
Im passing access_token as header in this GET method API
But Im receiving error message as [errors] => Not Found, Sometimes getting 401 error as well
Note: Im not using libraries of Shopify, using direct simple CURL method to use this API
I have tried by changing API version also 2022-10,2022-07,2023-07 - But all gives same error.
Can anyone help me to resolve this.
Thanks in advance.