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

Obtener tarifa de envío

Obtiene una tarifa de envío por su ID.

GET/v1/shipping/rates/{id}

Obtiene una tarifa de envío por su ID.

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/rates/string"
{  "id": "string",  "storeId": "string",  "sellerId": null,  "shippingMethodId": "string",  "type": "flat",  "price": null,  "currency": "string",  "minOrderPrice": null,  "maxOrderPrice": null,  "postalCodes": [    "string"  ],  "isActive": true,  "description": null,  "discountPercentage": null,  "zoneCode": null,  "minWeight": 0.1,  "maxWeight": null,  "minValue": 0.1,  "maxValue": null,  "basePrice": 0.1,  "pricePerKg": 0.1,  "pricePerUnit": 0.1,  "taxIncluded": null,  "surcharge": null,  "deliveryLocationId": null,  "deliveryLocationName": null,  "deliveryLeadTimeInMinutes": null,  "deliveryMinHours": null,  "deliveryMaxHours": null,  "metadata": {},  "createdOn": "2019-08-24T14:15:22Z",  "updatedOn": null}