Get order by id

Get order for merchant and channel

SecurityBearer
Request
path Parameters
order_id
required
string

Order identifier

header Parameters
x-merchant
required
string non-empty

Merchant identifier.

Example: norce
x-channel
required
string non-empty

Channel identifier

Example: 1
Responses
200

OK

400

Bad Request

401

Unauthorized

404

Not Found

500

Internal Server Error

get/api/v0/checkout/orders/{order_id}
Request samples
Response samples
application/json
{
  • "id": "o_yClTSySjyAuuBjmiBlHCjuEcTf",
  • "merchant": "string",
  • "channel": "string",
  • "reference": "string",
  • "created": "2019-08-24T14:15:22Z",
  • "lastModified": "2019-08-24T14:15:22Z",
  • "state": {
    },
  • "culture": "string",
  • "currency": "string",
  • "country": "string",
  • "cart": {
    },
  • "shippings": [
    ],
  • "payments": [
    ],
  • "customer": {
    },
  • "consents": [
    ],
  • "validations": [],
  • "hooks": [],
  • "notifications": [
    ],
  • "total": {
    },
  • "attributes": {
    }
}
Copyright © Norce 2024. All right reserved.