v1

latestOpenAPI 3.1.02026-07-242470655.6 KB

Create Shipping Provider

post/sites/multiscreen/{site_name}/ecommerce/shipping-providers

Path parameters

site_namestring required

The unique identifier for the target Site.

Request body

live_shipping_rates_urlstring required
test_shipping_rates_urlstring

Response

201

idstring
live_shipping_methods_urlstring
test_shipping_methods_urlstring

Example response

{
  "id": "string",
  "live_shipping_methods_url": "string",
  "test_shipping_methods_url": "string"
}