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

Obtener personalización de envío

GET/v1/shipping/customizations/{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

application/problem+json

curl -X GET "https://example.com/v1/shipping/customizations/string"
{  "id": "string",  "storeId": "string",  "shippingMethodId": "string",  "name": "string",  "priority": 0,  "isActive": true,  "hideInCheckout": true,  "displayName": null,  "sortOrder": null,  "sellerId": null,  "shippingProfileId": null,  "minOrderAmount": null,  "maxOrderAmount": null,  "minWeight": null,  "maxWeight": null,  "availableDays": [],  "startTime": null,  "endTime": null,  "postalCodes": [    "string"  ],  "createdOn": "2019-08-24T14:15:22Z",  "updatedOn": null}