v1
latestOpenAPI 3.1.02026-07-24290162.6 KBInserir Logística Reversa no carrinho
Logística Reversa
post/api/v2/me/cart/reverse
Headers
Acceptstring required
Content-Typestring required
Authorizationstring required
User-Agentstring required
É obrigatório que seja adicionado o cabeçalho HTTP User-Agent com o nome da sua aplicação junto a um email de contato/suporte.
Request body
Response
201
Example response
{
"id": "10b87ac0-e99d-4aa4-b8b0-b147a84e16bf",
"protocol": "ORD-20220397305",
"service_id": 3,
"agency_id": 48,
"quote": 25.35,
"price": 25.35,
"discount": 5.71,
"delivery_min": 5,
"delivery_max": 6,
"status": "pending",
"insurance_value": 50,
"format": "box",
"billed_weight": 3.5,
"non_commercial": true,
"created_at": "2022-03-29 12:50:19",
"updated_at": "2022-03-29 12:50:19",
"products": [
{
"name": "Papel adesivo para etiquetas 1",
"quantity": 3,
"unitary_value": 100
}
],
"volumes": [
{
"id": 101594,
"height": "10.00",
"width": "15.00",
"length": "20.00",
"diameter": "0.00",
"weight": "3.50",
"format": "box",
"created_at": "2022-03-29 12:50:19",
"updated_at": "2022-03-29 12:50:19"
}
]
}