{ "opencollection": "1.0.0", "info": { "name": "BigCommerce Abandoned Cart Emails Shipping Provider API", "version": "3.0.0" }, "request": { "auth": { "type": "apikey", "key": "X-Auth-Token", "value": "{{X-Auth-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "Shipping Provider", "type": "folder" }, "items": [ { "info": { "name": "BigCommerce Request shipping rates", "type": "http" }, "http": { "method": "POST", "url": "https://api.bigcommerce.com/stores/{store_hash}/v3/rate", "body": { "type": "json", "data": "{}" } }, "docs": "Request shipping rates. BigCommerce sends a request for shipping quotes to the shipping provider URL. The shipping provider responds with shipping quotes.\n\n> #### Note\n> * Substitute the host and path specific to the shipping provider for `your_app.example.com` and `rate`. \n> * The Send a Test Request feature is not currently supported for this endpoint. " }, { "info": { "name": "BigCommerce Validate connection options", "type": "http" }, "http": { "method": "POST", "url": "https://api.bigcommerce.com/stores/{store_hash}/v3/check_connection_options", "body": { "type": "json", "data": "{}" } }, "docs": "Validate connection options. BigCommerce sends a request to the shipping provider URL to check a merchantʼs connection credentials. The shipping provider sends a response indicating whether a merchant has valid credentials. \n\n> #### Note\n> * Substitute the host and path specific to the shipping provider for `your_app.example.com` and `check_connection_options`. \n> * The Send a Test Request feature is not currently supported for this endpoint." } ] } ], "bundled": true }