Skip to main content
GET
/
api
/
products
cURL
curl --request GET \
  --url https://api.pricenow.dev/api/products \
  --header 'pratiq-client-id: <pratiq-client-id>'
{
  "data": [
    {
      "id": 123,
      "sortOrder": 123,
      "name": "<string>",
      "identifier": "<string>",
      "type": "TICKET",
      "isSubscription": true,
      "standalone": true,
      "hasValidity": true,
      "priceModel": "STATIC",
      "content": {
        "title": "<string>",
        "caption": "<string>",
        "shortDescription": "<string>",
        "description": "<any>",
        "images": [
          {
            "imageUrl": "<string>",
            "lqip": "<string>",
            "altText": "<string>"
          }
        ],
        "tags": [
          {
            "caption": "<string>",
            "description": "<string>",
            "icon": "<string>"
          }
        ],
        "seoTitle": "<string>",
        "seoDescription": "<string>",
        "seoKeywords": [
          "<string>"
        ],
        "seoImages": [
          {
            "imageUrl": "<string>",
            "lqip": "<string>",
            "altText": "<string>"
          }
        ],
        "banner": {
          "text": "<string>",
          "color": "<string>",
          "icon": "<string>",
          "cta": {
            "title": "<string>",
            "color": "primary",
            "variant": "link",
            "product": {
              "slug": "<string>"
            },
            "link": "<string>",
            "page": {
              "slug": "<string>"
            },
            "newTab": true
          }
        }
      },
      "merchant": {
        "identifier": "<string>",
        "timezone": "<string>"
      },
      "category": {
        "id": 123,
        "title": "<string>",
        "description": "<string>",
        "tags": [
          "<any>"
        ]
      },
      "standardPriceRange": {
        "minPrice": 123,
        "maxPrice": 123
      },
      "standardProductVariantId": 123,
      "productVariants": [
        {
          "id": 123,
          "name": "<string>",
          "vatRate": 123,
          "productId": 123,
          "availableMedia": [
            {
              "id": 123,
              "type": "SKIDATA",
              "requiredProductVariants": [
                {
                  "id": 123,
                  "name": "<string>",
                  "vatRate": 123,
                  "productId": 123,
                  "attributes": [
                    {
                      "name": "<any>",
                      "identifier": "<any>",
                      "value": "<any>",
                      "sortOrder": "<any>",
                      "metaInformation": "<any>"
                    }
                  ]
                }
              ]
            }
          ],
          "attributes": [
            {
              "name": "<string>",
              "identifier": "<string>",
              "value": "<string>",
              "sortOrder": 123,
              "metaInformation": {}
            }
          ],
          "externalIds": [
            {
              "system": "<string>",
              "kind": "<string>",
              "value": "<string>"
            }
          ],
          "priceRange": {
            "minPrice": 123,
            "maxPrice": 123
          }
        }
      ]
    }
  ]
}

Headers

pratiq-client-id
required

Global Webshop Client Id

pratiq-channel-uuid
string

UUID of the sales channel

Query Parameters

page
number
required
limit
number
required
orderBy
string
required
orderDirection
enum<string>
required
Available options:
desc,
asc
  • Option 1
  • Option 2
  • Option 3
  • Option 4
  • Option 5
  • Option 6
  • Option 7
  • Option 8
  • Option 9
  • Option 10
  • Option 11
  • Option 12
  • Option 13

Response

200 - application/json

Successful response

data
object[]
required