Detail of an order

Get the detail of an order based on its code

Request
Security:
BearerAuth
path Parameters
id
required
integer <int32>
Responses
200
401

invalid credentials

get/api/v2/Orders/{id}
Request samples
curl -i -X GET \
  'https://api.h4b.dev/api/v2/Orders/{id}' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'
Response samples
application/json
{
  • "order": {
    },
  • "orderEventHistory": [
    ],
  • "payment": {
    },
  • "shipment": {
    },
  • "orderBuyer": {
    },
  • "invoice": {
    },
  • "storeConfig": {
    },
  • "paymentLinkInfo": {
    }
}
Copyright © n1co 2023. All right reserved.