No content to show
User Activity
If you're using CartAPI, you can use this: https://shopify.dev/docs/storefronts/headless/building-with-the-storefront-api/defer#fetching-carrier-calculated-rates-for-the-cart-using-defer. This option was added to CartAPI in 2024-07 version.
This was implemented in CartAPI in 2024-07 version. You can read about it more here: https://shopify.dev/docs/storefronts/headless/building-with-the-storefront-api/defer#fetching-carrier-calculated-rates-for-the-cart-using-defer
08-13-2024
This seems to have been fixed by Shopify team.
For anyone still wondering – you must have at least one tax line for the tax amount to be included into the order. You can just pass an array of one tax line where you specify the total tax you have and it should work.P.S. I tested it on version 2024...
06-13-2024
When creating an order using REST API, I can set the shipping line that the customer selected, but in the admin panel there's an additional field related to delivery – Delivery method (see screenshot below). The issue is that the Delivery method fiel...
We are migrating our app that relied on Checkout REST resource to Storefront Cart API. While doing so, we've noticed that `taxes_included` field that we used before isn't directly included in the Cart object from the Cart API. There is a field inside...
05-28-2024
According to documentation found hereThe costs are subject to change and changes will be reflected at checkout.Can we actually rely on the costs calculated by the Cart API? I am asking because in some cases my app will not go through default Shopify ...
Hello,Is there a way to create an order in Shopify via API (REST or GraphQL) with a local pickup delivery method and a selected location for the pickup? The closest thing I can find in the documentation is the `shipping line` field, but I don't seem ...
My Accepted Solutions
Subject | Views | Posted |
---|---|---|
229 | 08-13-2024 03:13 AM |