Hi,
We are facing an issue with the checkout API
API end point = https://shopify.dev/api/admin-rest/2022-10/resources/checkout#post-checkouts
In body data, we are adding a shipping line like this,
“shipping_line”: {
“title”: “custom shipping”,
“custom”: true,
“handle”: null,
“price”: “10.00”
}
When I check, the checkout API response the shipping rate is present (the checkout created has a custom shipping rate).
You can check here,
https://prnt.sc/Yj4k3Z7f7ri1
But when I visit the generated checkout link (web_url), the shipping rate is gone.
This issue happens when I visit the checkout link with an India IP Address, when I visited the checkout link using United States IP (using VPN), then the custom shipping rate shows and works fine.
I want to apply a custom shipping rate
Please help me here, how can we resolve this issue?