Unsupported Accept header, use application/graphql-response+json or application/json

Hello Community
I’m facing an errors making POST HTTP requests using the Shopify Graph QL Admin API.
Pls see screenshots of my POSTMAN request body and headers.
I can’t figure out what’s causing the errors.
I need to retrieve other product_ids belonging to the same collection to which the product_id passed into the request. This is and other GraphQL Admin API queries also return the same error. This is used in my custom app to display other products from the same collection when the user presses “More Like this”. The product recommendations query using GET works but I would like to show other products from the same collection instead of depending on the product recommendations request.
Appreciate your inputs.
Thanks
Nag


It started to work magically. All I did was make a new request and change
X-shopify-access-token
to
x-shopify-access-token
This issue is settled. thanks

1 Like

Great to hear you figured this out!