Referencia de API
Obtener punto de retiro por ID
Devuelve un punto de retiro con su dirección y horario de atención.
GET
/v1/shipping/pickup-points/{id}Devuelve un punto de retiro con su dirección y horario de atención.
Autorización
bearerAuth AutorizaciónBearer <token>
Token de acceso OAuth 2.0 emitido por Ecomiq Auth.
Ubicación: header
Parámetros de ruta
id*string
Identificador único del recurso.
Cuerpo de la respuesta
application/json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
curl -X GET "https://example.com/v1/shipping/pickup-points/string"{ "id": "string", "storeId": "string", "locationId": null, "connectionId": null, "sellerId": null, "isExternal": true, "externalId": null, "name": "string", "description": null, "state": null, "city": null, "neighborhood": null, "postalCode": null, "address": "string", "addressNumber": null, "reference": null, "observations": null, "latitude": null, "longitude": null, "deliveryTimeInMinutes": null, "leadTimeInMinutes": null, "isSellerPickupPoint": true, "contactName": null, "contactPhone": null, "contactEmail": null, "schedule": [ { "day": "monday", "openTime": "14:15:22Z", "closeTime": "14:15:22Z", "duration": "string" } ], "hasCoordinates": true, "status": "inactive", "createdOn": "2019-08-24T14:15:22Z", "updatedOn": null}