App reviews, troubleshooting, and recommendations
Hi everyone,
I am working on a webhook cart/update which calculates the shipping quotes from Shipit and then returns the output to the shopify cart.
Here is the sample data that the webhook will return the following JSON. However, the cart and shipping page is not affected by the return. I checked the output using Post man and the output looks fine. Can you please point me to the right documentation? what is the actual format of the json that should be returned back to shopify from the webhook.
{
"shipping_rates": [
{
"carrier": "USPS",
"service": "Priority Mail",
"price": 10.5,
"currency": "AUD",
"estimated_delivery_date": "2023-03-12"
},
{
"carrier": "FedEx",
"service": "Standard Overnight",
"price": 25,
"currency": "AUD",
"estimated_delivery_date": "2023-03-08"
}
],
"subtotal_price": 50,
"total_tax": 5,
"total_price": 55,
"total_weight": 500,
"currency": "AUD"
}
User | RANK |
---|---|
11 | |
6 | |
5 | |
4 | |
3 |
On our Shopify Expert Marketplace, you can find many trusted third party developers and fr...
By Arno Nov 27, 2023You've downloaded the Search & Discovery app from the Shopify App store, and as you're ...
By Skye Nov 8, 2023The year-end shopping season is just around the corner. Is a flash sale on your radar? Are...
By Jasonh Nov 6, 2023