Referencia de API
Listar cobertura de envíos
GET
/v1/shipping/coverageAutorización
bearerAuth AutorizaciónBearer <token>
Token de acceso OAuth 2.0 emitido por Ecomiq Auth.
Ubicación: header
Parámetros de consulta
isActive?boolean
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/coverage"{ "locations": [ { "id": "string", "name": "string", "code": "string", "address": null, "city": null, "state": null, "country": null, "postalCode": null, "isActive": true, "isDefault": true, "supportsShipping": true, "supportsLocalDelivery": true, "supportsPickup": true, "localDeliveryPostalCodes": [ "string" ], "localDeliveryZones": [ { "name": "string", "postalCodes": [ "string" ], "radiusKm": null, "fee": null, "freeFromAmount": null, "minHours": null, "maxHours": null } ], "profiles": [ { "id": "string", "name": "string", "isDefault": true, "isActive": true } ], "pickupPoints": [ { "id": "string", "name": "string", "city": null, "state": null, "postalCode": null, "address": null, "isExternal": true, "status": "inactive" } ] } ], "zones": [ { "id": "string", "code": "string", "name": "string", "description": null, "countryCodes": [ "string" ], "provinceCodes": [ "string" ], "cityNames": [ "string" ], "districtNames": [ "string" ], "postalCodes": [ "string" ], "isActive": true } ]}