Listar Dados de Pedido
Listar Dados de Pedido
GET
https://api.gestao.plus/order-external/:orderId
Com esta rota você pode trazer os dados de um pedido.
Path Parameters
Name
Type
Description
orderId*
string
ID do pedido
Headers
Name
Type
Description
x-api-key*
string
Token de acesso ERP
Origin*
string
URL de origem
{
"data": {
"id": 593,
"type": "V",
"code": "0000593098",
"date": {
"date": "2021-03-02 21:02:53.000000",
"timezone_type": 3,
"timezone": "UTC"
},
"status": 1,
"orderDiscount": 0,
"orderTotal": 150,
"statusPayment": "CONCLUIDO",
"user": {
"id": 2,
"document": "123421341234",
"name": "Solucoes Inteligentes Servicos EIRELI",
"stateRegistration": null,
"email": "example@example.com",
"phone": null,
"cellphone": "123423434",
"state": "PB",
"city": "Joao Pessoa",
"address": "Avenida Dom Pedro ii",
"neighborhood": "Centro",
"number": 972,
"addressDetail": "Sala 107",
"zipCode": "1232343"
},
"orderItems": [
{
"id": 483,
"quantity": 1,
"price": 150,
"description": "CERTIFICADO PJ A1",
"image": {
"name": "cert_soluti_a1_4_7.png",
"description": "cert_soluti_a1_4_7.png",
"href": "https://dev.gestao.plus/file?q={}=="
}
}
],
"financialItems": [
{
"id": 488,
"code": "GOPAGHOM_708=============a",
"dueDate": {
"date": "2021-03-02 00:00:00.000000",
"timezone_type": 3,
"timezone": "UTC"
},
"installment": 1,
"amountPaid": 75,
"amount": 75,
"type": "CARTAO_CREDITO",
"status": "LIQUIDADO",
"payment": []
},
{
"id": 489,
"code": "GOPAGHOM_708f=============0b954a",
"dueDate": {
"date": "2021-04-01 00:00:00.000000",
"timezone_type": 3,
"timezone": "UTC"
},
"installment": 2,
"amountPaid": 75,
"amount": 75,
"type": "CARTAO_CREDITO",
"status": "LIQUIDADO",
"payment": []
}
],
"attachmentItems": [
{
"id": 140,
"description": "Hello world",
"type": 0,
"typeDescription": "Boleto",
"name": "hello-world.pdf",
"href": "https://dev.gestao.plus/file?forceDownload=false&q=e2dvb2RfbG9va317ImRhdGEiOnsidXVpZCI6IjUyMjhjOTNhLTdiYTAtMTFlYi1iMzNiLTAyNDJhYzExMDAwMyJ9LCJobWFjIjoiMmNiMzc1MjQ2NThjZjQ3Njg4NTA3OGVjYmIwYWFhMjJlYzE2YTA4OTVhNTY3NDU5NDM2NDFiMjJmNzhhNzZlZSIsIm5vbmNlIjoiNDQ2MDE2MjIwNjI2MzAifQ=="
}
],
"negotiationType": {
"id": 22,
"description": "E-commerce - Cartão de crédito 2x",
"paymentSettings": {
"paymentMethod": "CARTAO_CREDITO",
"installments": 2
},
"installments": [
{
"id": 38,
"paymentMethod": "CARTAO_CREDITO",
"generatePaymentBoleto": null,
"generatePaymentCreditCard": true,
"installmentDueDate": 0,
"installmentPercent": 50,
"installmentsType": 2,
"installments": 2,
"installment": 1
},
{
"id": 39,
"paymentMethod": "CARTAO_CREDITO",
"generatePaymentBoleto": null,
"generatePaymentCreditCard": true,
"installmentDueDate": 30,
"installmentPercent": 50,
"installmentsType": 2,
"installments": 2,
"installment": 2
}
]
}
},
"type": "http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html",
"title": "Unknown",
"status": 200,
"detail": "Fetch successfully"
}
{
"type": "http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html",
"title": "Forbidden",
"status": 403,
"detail": "Forbidden (Invalid token)"
}
{
"type": "http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html",
"title": "Forbidden",
"status": 403,
"detail": "Forbidden, invalid key (x-api-key)"
}
{
"type": "http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html",
"title": "Not Found",
"status": 404,
"detail": "Order not found"
}
Last updated
Was this helpful?