Skip to main content
GET
/
api
/
orders
cURL
curl --request GET \
  --url https://api.pricenow.dev/api/orders \
  --header 'accept-language: <accept-language>' \
  --header 'pratiq-channel-uuid: <pratiq-channel-uuid>'
{
  "data": [
    {
      "id": 123,
      "accountId": 123,
      "purchasedAt": "2023-11-07T05:31:56Z",
      "lastUpdateAt": "2023-11-07T05:31:56Z",
      "status": "PAID",
      "referenceNumber": "<string>",
      "currency": "<string>",
      "listPriceGross": 123,
      "listPriceNet": 123,
      "promoCodeDiscount": 123,
      "autoDiscountAmount": 123,
      "totalDiscountGross": 123,
      "totalDiscountNet": 123,
      "totalGross": 123,
      "totalNet": 123,
      "metadata": {
        "weatherGuarantee": {}
      }
    }
  ],
  "totalAmount": 123
}

Headers

accept-language
enum<string>
required

Language of the response

Available options:
en,
de,
fr,
it
pratiq-channel-uuid
string
required

UUID of the sales channel

Query Parameters

page
number
required
limit
number
required
status
enum<string>[]
Available options:
PAID,
CREATED,
REFUNDED,
CANCELLED,
PARTIALLY_CANCELLED,
PARTIALLY_REFUNDED,
RESERVED,
PENDING

Response

200 - application/json

Successful response

data
object[]
required
totalAmount
number
required