Skip to main content
GET
/
api
/
v1
/
public
/
orders
[
  {
    "order_id": 123,
    "contact_name": "<string>",
    "company_name": "<string>",
    "total_price": 123,
    "total_price_without_tax": 123,
    "number_item": 123,
    "currency": "<string>",
    "delivery_status": "<string>",
    "status": "<string>",
    "order_at": "2023-11-07T05:31:56Z",
    "created_at": "2023-11-07T05:31:56Z"
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Accept-Language
string | null

Query Parameters

workspace_id
string | null
lang
string | null
language
string | null

Response

200 - application/json

OK

order_at
string<date-time>
required
created_at
string<date-time>
required
order_id
integer | null
contact_name
string | null
company_name
string | null
total_price
number | null
total_price_without_tax
number | null
number_item
integer | null
currency
string | null
delivery_status
string | null
status
string | null