Get Order

Gets order details using a reference ID (current system) or order number (previous system). Both identifiers are supported.

Endpoint Details

GET /orders/{identifier}

Path Parameters

Name
Type
Description
Required

identifier

string

Order ID, returned upon checkout complete

Headers

Header
Value

Content-Type

application/json

Authorization

Bearer <YOUR_ACCESS_TOKEN>

Response Details

Field
Type
Description

statusCode

number

HTTP status code of the response

message

string

A brief message describing the result of the API call

metadata

Contains metadata about the API call

data

Order object

Sample Request and Response

curl --location 'https://staging.api.liquidcommerce.cloud/orders/order_number'
--header 'Authorization: Bearer <YOUR_ACCESS_TOKEN>'

Last updated