A space to discuss GraphQL queries, mutations, troubleshooting, throttling, and best practices.
I'm currently having a problem with my Shopify application's MySQL session storage and I'm hoping someone here might be able to assist me.
When I define my scope as "write_products,read_products,read_price_rules,write_price_rules", the session appears to only store "write_products" and "write_price_rules". Despite numerous attempts, I have not been successful in rectifying this situation.
Here's the procedure I've been following:
Expected result: The session should store all of the defined scopes - "write_products", "read_products", "read_price_rules", "write_price_rules".
Actual result: The session is only storing "write_products" and "write_price_rules".
Does anyone have any idea why this might be happening? I would greatly appreciate any insights or suggestions to solve this issue.