Hello,
Am trying to retrieve available shipping rates for a specified checkout using the link : https://shopify.dev/api/admin/rest/reference/sales-channels/checkout#shipping_rates-2021-07
Am doing some test using postman :
GET https://{shop}/admin/api/unstable/checkouts/{token}/shipping_rates.json
I have added to the headers:
Content-Type: application/json
X-Shopify-Access-Token: {password}
But am getting the error:
“errors”: “[API] This action requires merchant approval for read_checkouts scope.”
My app is a private app and I have enabled every permission to Read and Write in the “Admin API permissions”
Can someone please help me here ?