Skip to content
Guides
API reference
stablesettings:read

Get shipping settings

GET/v1/shipping/settings

Authorization

bearerAuth
AuthorizationBearer <token>

OAuth2 access token issued by Ecomiq Auth.

In: header

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

curl -X GET "https://example.com/v1/shipping/settings"
{  "storeId": "string",  "defaultLocationId": null,  "estimatedDeliveryEnabled": true,  "estimatedDeliveryFulfillmentDays": 0,  "pickupEnabled": true,  "localDeliveryEnabled": true,  "useLiveRates": true}