List Shipping Providers
get/site/{site_name}/ecommerce/shipping-providers
Path parameters
site_namestring required
The unique identifier for the target Site.
Headers
Authorizationstring
x-duda-access-tokenstring
Response
200
Example response
{
"results": [
{
"id": "string",
"live_shipping_methods_url": "string",
"test_shipping_methods_url": "string"
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.