{ "opencollection": "1.0.0", "info": { "name": "Rokt Catalog csv shipping-rates API", "version": "1.0.1" }, "items": [ { "info": { "name": "shipping-rates", "type": "folder" }, "items": [ { "info": { "name": "shipping_rates_create", "type": "http" }, "http": { "method": "POST", "url": "https://api.shopcanal.com/platform/shipping-rates/", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-CANAL-APP-ID", "value": "{{X-CANAL-APP-ID}}", "placement": "header" } }, "docs": "\n**[Storefront Only]** Calculate available shipping options and their estimated costs for a given destination address and a set of line items containing products sourced from Rokt Catalog Suppliers.\n\nThis endpoint is typically used during the checkout process after the customer has provided their shipping address.\n\n**Request Body (`ShippingQuerySerializer`):**\n\n- `shipping_address` (object, required): The destination address, including fields like `address1`, `city`, `province_code`, `country_co" } ] } ], "bundled": true }