Detail an order

GET {{baseUrl}}/orders/{orderId}

RESPONSES

status: OK

{"id":"5e409d73-c5ea-43c6-8039-27c83be998b7","groupId":"56afd92e-3ee1-4172-96b5-11c69e1d8244","basketId":"b17e74e2-d557-4f2b-91a3-e35021956ef9","origin":"Marketplace","status":"draft|enquiry|preauthorized|declined|accepted|cancelled|delivered|completed","startDate":"2021-01-28T20:09:43-0300","lastChange":"2021-02-06T20:46:11-0300","totals":[{"id":"Items","value":{"currency":"BRL","amount":149.9}},{"id":"Discounts","value":{"currency":"BRL","amount":0.0}},{"id":"Shipping","value":{"currency":"BRL","amount":23.5}},{"id":"Tax","value":{"currency":"BRL","amount":0.0}},{"id":"GrandTotal","value":{"currency":"BRL","amount":173.4}},{"id":"MarketplaceFee","value":{"currency":"BRL","amount":0.0}},{"id":"MerchantRevenue","value":{"currency":"BRL","amount":173.4}}],"customer":{"id":"429efbde-bdd8-41a3-a566-18e2dad5a944","email":"john.doe@domain.com","firstName":"John","lastName":"Doe","phone":{"country":"BRA","number":"+5541972321094","formatted":"+55 41 97232-1094"},"document":{"type":"cpf","number":"13364386811","formatted":"133.643.868-11"},"corporateData":{"name":"Nome da Empresa","tradeName":"Nome Fantasia","phone":null,"document":{"type":"cnpj","number":"75579792000108","formatted":"75.579.792/0001-08"},"stateInscription":null}},"merchant":{"id":"75a47707-7508-46b7-9195-01b3a61447a8","link":"https://www.marketplace.com/merchants/75a47707/dux-nutrition-labs","email":"john.doe@domain.com","firstName":"John","lastName":"Doe","phone":{"country":"BRA","number":"+5541972321094","formatted":"+55 41 97232-1094"},"document":{"type":"cpf","number":"13364386811","formatted":"133.643.868-11"},"corporateData":{"name":"Nome da Empresa","tradeName":"Nome Fantasia","phone":null,"document":{"type":"cnpj","number":"75579792000108","formatted":"75.579.792/0001-08"},"stateInscription":null}},"items":[{"id":"9f817a0c-fcbf-483f-bfa5-94cf707875f4","url":"https://www.marketplace.com/products/fb1ef5f9/9f817a0c/whey-protein-concentrado-pote-900g-chocolate","coverUrl":"https://mywebsite.com.br/media/catalog/product/whey-900-sabores.jpg","name":"WHEY PROTEIN CONCENTRADO - POTE 900G Chocolate","sku":"WHEYCONCPOTE900CHOC","unitPrice":{"currency":"BRL","amount":149.9},"quantity":1,"itemTotal":{"currency":"BRL","amount":149.9},"shippingId":"be358e4d-cfc7-458b-b114-86c59ad0d877","paymentId":"53a6ce8c-b1fe-43ea-b4ef-642c4266088c"}],"shipping":[{"id":"be358e4d-cfc7-458b-b114-86c59ad0d877","estimatedDeliveryDate":"2021-01-28T18:00:00-0300","price":{"currency":"BRL","amount":23.5},"address":{"addressType":"residential","receiverName":"John Doe","reference":null,"street":"R Fernando Amaro","number":"60","complement":null,"neighborhood":"Alto da Rua XV","postalCode":"80045-080","city":"Curitiba","state":"PR","country":"BRA","location":{"lat":-25.480877,"lng":-49.304424}}}],"payments":[{"id":"53a6ce8c-b1fe-43ea-b4ef-642c4266088c","status":"processing|analysis|paid|failed|cancelled|refunded","statusReason":"Mensagem descritiva do status","lastChange":"2021-02-06T20:46:11-0300","amount":{"currency":"BRL","amount":149.9},"gateway":{"id":"juno","transaction":"3afd1787622d4733874ef9fde595f06a","url":"https://app.juno.com.br/transactions/3afd1787622d4733874ef9fde595f06a"},"method":{"id":"CreditCard","boleto":{"number":"23794.15009 90000.752825 12000.211404 1 4986000001750","dueDate":"2021-02-03T00:00:00-0300","url":"https://app.juno.com.br/boleto/ZTI0YTY3ZTEtZWFjZS00YzgxLThiYWItZjhjNGRiNGJlN2Vk"},"creditCard":{"installments":1,"holder":"NOME NO CARTAO","firstDigits":"4111","lastDigits":"1111"}},"billingAddress":{"street":"R Fernando Amaro","number":"60","complement":null,"neighborhood":"Alto da Rua XV","postalCode":"80045-080","city":"Curitiba","state":"PR","country":"BRA"}}],"invoice":null,"customData":[{"key":"Campo customizado","value":"Valor do campo customizado","visibility":"public|protected|private"}]}