Copy {
"statusHttp": 200, //sempre 200
"status": "string", //sempre ok
"messages": [ // opcional, informações para o integrador
//[ { "type": "INFO", "key": "NO_DELIVERY_OPTIONS", "text": "Nenhuma opção de frete disponível para o CEP informado.", "sellerTenant": "string" } ]
{
"type": "string",
"key": "string",
"text": "string",
"sellerTenant": "string"
}
],
"content": {
"sellerTenant": "string", // o id seller omink
"destinationZipCode": 1415906, //cep destino
"platform": "string", //plataforma: mobile
"quotationId": "string", // opcional
"deliveryOptions": [
{
"deliveryMethodId": "string",//shippingMethodId
"deliveryMethodName": "string",//shippingMethodDisplayName
"deliveryTime": 1,//Dias para entregar transit+ expedition
"deliveryTimeType": "bd", // bd
"deliveryMode": "ENUM", //optional
"deliveryEstimateBusinessDays": 1, //optional
"finalShippingCost": 0,//shippingCost
"deliveryEstimatedDateExact": 1,//Dias para entregar transit+ expedition
"deliveryEstimatedDateExactIso": "1",//Dias para entregar transit+ expedition
"pickupPointInfo": [ // opcional
{
"id": "string",
"name": "string",
"instructions": "string",
"description": "string",
"address": {
"id": "string",
"externalId": "string",
"zipCode": "string",
"city": {
"name": "string"
},
"state": {
"name": "string",
"initials": "string",
"ibgeCode": "string"
},
"street": "string",
"number": "string",
"complement": "string",
"neighborhood": "string",
"country": "string",
"latitude": null,
"longitude": null
},
"businessHours": [
{
"dayOfWeek": "ENUM",
"openingTime": "string",
"closingTime": "string"
}
],
"businessHoursExceptions": [
{
"date": "string",
"startTime": "string",
"endTime": "string",
"name": "string"
}
]
}
],
"availableDeliveryWindows": [// opcional
{
"date": "string",
"startTime": "string",
"endTime": "string"
}
]
}
],
"products": [
{
"skuId": "string", //skuid
"sellerTenant": "string", //seu proprio tenant
"skuIntegration": "string" //opcional
}
]
},
"time": "string", //duração de request
"timezone": "string", //timezone
"locale": "string" //lingua local
}