post https://finorchlayer.ecocart.io/offset/calculation/ecommerce/shopify
Create offset calculation based on Shopify cart and related structures. Intended to be used by EcoCart's Shopify Widget.
Log in to see full request history
Responses
Create offset calculation based on Shopify cart and related structures. Intended to be used by EcoCart's Shopify Widget.
xxxxxxxxxx
16curl --request POST \
--url https://finorchlayer.ecocart.io/offset/calculation/ecommerce/shopify \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"cart": {
"items": [
{
"requires_shipping": true
}
]
},
"payor": "default"
}
'
Try It!
to start a request and see the response here! Or choose an example: