Informações E-BOX
Recursos relacionados aos E-BOX
Compatibilidade entre volume e E-BOX
POST https://services.cliqueretire.com.br/ebox/api/v1/lockers/check_volume_fits
Essa consulta pode ser utilizada pelo embarcador no momento em que os produtos estão no carrinho de compras para verificação da compatibilidade entre o tamanho dos pacotes e o tamanho suportado pelos compartimentos do Locker para receber o produto.
Headers
Content-Type
string
application/json
api-id
string
string
api-key
string
string
Request Body
boxCode
string
Código do E-BOX
volumes
array
Volumes que deseja consultar compatibilidade com o locker
{
"volumes": [
{
"ref_id": "box1",
"compatible": true,
"lockers": [
{
"type": "M",
"width": 34.2,
"heigth": 18.8,
"depth": 47.2,
"price": 5,
"used": 2,
"enable": 8
},
{
"type": "L",
"width": 34.2,
"heigth": 39.1,
"depth": 47.2,
"price": 6,
"used": 2,
"enable": 1
}
]
},
{
"ref_id": "box2",
"compatible": true,
"lockers": [
{
"type": "S",
"width": 34.2,
"heigth": 7.8,
"depth": 47.2,
"price": 4,
"used": 1,
"enable": 27
},
{
"type": "M",
"width": 34.2,
"heigth": 18.8,
"depth": 47.2,
"price": 5,
"used": 2,
"enable": 8
},
{
"type": "L",
"width": 34.2,
"heigth": 39.1,
"depth": 47.2,
"price": 6,
"used": 2,
"enable": 1
}
]
},
{
"ref_id": "box3",
"compatible": true,
"lockers": [
{
"type": "S",
"width": 34.2,
"heigth": 7.8,
"depth": 47.2,
"price": 4,
"used": 1,
"enable": 27
},
{
"type": "M",
"width": 34.2,
"heigth": 18.8,
"depth": 47.2,
"price": 5,
"used": 2,
"enable": 8
},
{
"type": "L",
"width": 34.2,
"heigth": 39.1,
"depth": 47.2,
"price": 6,
"used": 2,
"enable": 1
}
]
}
]
}Volumes
Informações do volume (*)Required
Field
Description
externalId
Id para Referência do volume no sistema do embarcador
width*
Largura do volume em cm
heigth*
Altura do volume em cm
depth*
Profundidade do volume em cm
Listar E-BOX
GET https://services.cliqueretire.com.br/ebox/api/v1/lockers/site
Recursos público para consulta de listagem de E-BOX disponíveis na rede Clique Retire
Headers
Content-Type
string
application/json
Listar E-BOX CSV
GET https://services.cliqueretire.com.br/ebox/api/v1/lockers/export/csv
Recurso público para consulta de listagem de E-BOX disponíveis na rede Clique Retire no formato CSV.
Path Parameters
Content-Type
string
application/json
Detalhes E-BOX
GET https://services.cliqueretire.com.br/ebox/api/v1/lockers/boxCode/:boxCode
Informações do E-BOX e de seus compartimentos
Path Parameters
boxCode
string
Código único do E-BOX
Headers
Content-Type
string
application/json
api-id
string
api-key
string
Last updated
Was this helpful?