Saltar al contenido
Guías
Referencia de API
establesettings:read

Obtener configuración de envíos

GET/v1/shipping/settings

Autorización

bearerAuth
AutorizaciónBearer <token>

Token de acceso OAuth 2.0 emitido por Ecomiq Auth.

Ubicación: header

Cuerpo de la respuesta

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}