Covers all questions related to inventory management, order fulfillment, and shipping.
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:
Solved! Go to the solution
This is an accepted solution.
Hey @poojafmile, the resource you shared is documenting APIs from the Sales Channel SDK and limited to public apps at this time - more info on build a sales channel here. That said based the results you are looking to achieve and because you are working with a private app, I would suggest talking a look into the CarrierService API that allows for a similar functionality. - Cheers!
awwdam | API Support @ Shopify
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
- To learn more visit Shopify.dev or the Shopify Web Design and Development Blog
This is an accepted solution.
Hey @poojafmile, the resource you shared is documenting APIs from the Sales Channel SDK and limited to public apps at this time - more info on build a sales channel here. That said based the results you are looking to achieve and because you are working with a private app, I would suggest talking a look into the CarrierService API that allows for a similar functionality. - Cheers!
awwdam | API Support @ Shopify
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
- To learn more visit Shopify.dev or the Shopify Web Design and Development Blog