curl --request GET \
--url https://api.pricenow.dev/api/products \
--header 'accept-language: <accept-language>' \
--header 'pratiq-channel-uuid: <pratiq-channel-uuid>'{
"data": [
{
"id": 123,
"sortOrder": 123,
"name": "<string>",
"translation": "<string>",
"identifier": "<string>",
"type": "TICKET",
"isSubscription": true,
"standalone": true,
"hasValidity": true,
"priceModel": "STATIC",
"content": {
"title": "<string>",
"caption": "<string>",
"shortDescription": "<string>",
"description": "<unknown>",
"images": [
{
"imageUrl": "<string>",
"altText": "<string>",
"lqip": "<string>"
}
],
"tags": [
{
"caption": "<string>",
"description": "<string>",
"icon": "<string>"
}
],
"seoTitle": "<string>",
"seoDescription": "<string>",
"seoKeywords": [
"<string>"
],
"seoImages": [
{
"imageUrl": "<string>",
"altText": "<string>",
"lqip": "<string>"
}
],
"banner": {
"text": "<string>",
"color": "<string>",
"icon": "<string>",
"cta": {
"title": "<string>",
"color": "default",
"variant": "link",
"product": {
"slug": "<string>"
},
"link": "<string>",
"page": {
"slug": "<string>"
},
"newTab": true
}
}
},
"merchant": {
"identifier": "<string>",
"timezone": "<string>"
},
"category": {
"id": 123,
"title": "<string>",
"description": "<string>",
"sortOrder": 123,
"tags": [
"<string>"
]
},
"standardPriceRange": {
"minPrice": 123,
"maxPrice": 123
},
"standardPriceToday": 123,
"standardProductVariantId": 123,
"productVariants": [
{
"id": 123,
"name": "<string>",
"translation": "<string>",
"vatRate": 123,
"productId": 123,
"availableMedia": [
{
"id": 123,
"type": "SKIDATA",
"requiredProductVariants": [
{
"id": 123,
"name": "<string>",
"translation": "<string>",
"vatRate": 123,
"productId": 123,
"attributes": [
{
"name": "<string>",
"identifier": "<string>",
"value": "<string>",
"sortOrder": 123,
"metaInformation": {},
"translation": "<string>"
}
]
}
]
}
],
"attributes": [
{
"name": "<string>",
"identifier": "<string>",
"value": "<string>",
"sortOrder": 123,
"metaInformation": {},
"translation": "<string>"
}
],
"externalIds": [
{
"system": "<string>",
"kind": "<string>",
"value": "<string>"
}
],
"priceRange": {
"minPrice": 123,
"maxPrice": 123
}
}
],
"nextAvailability": {}
}
]
}Get all products
curl --request GET \
--url https://api.pricenow.dev/api/products \
--header 'accept-language: <accept-language>' \
--header 'pratiq-channel-uuid: <pratiq-channel-uuid>'{
"data": [
{
"id": 123,
"sortOrder": 123,
"name": "<string>",
"translation": "<string>",
"identifier": "<string>",
"type": "TICKET",
"isSubscription": true,
"standalone": true,
"hasValidity": true,
"priceModel": "STATIC",
"content": {
"title": "<string>",
"caption": "<string>",
"shortDescription": "<string>",
"description": "<unknown>",
"images": [
{
"imageUrl": "<string>",
"altText": "<string>",
"lqip": "<string>"
}
],
"tags": [
{
"caption": "<string>",
"description": "<string>",
"icon": "<string>"
}
],
"seoTitle": "<string>",
"seoDescription": "<string>",
"seoKeywords": [
"<string>"
],
"seoImages": [
{
"imageUrl": "<string>",
"altText": "<string>",
"lqip": "<string>"
}
],
"banner": {
"text": "<string>",
"color": "<string>",
"icon": "<string>",
"cta": {
"title": "<string>",
"color": "default",
"variant": "link",
"product": {
"slug": "<string>"
},
"link": "<string>",
"page": {
"slug": "<string>"
},
"newTab": true
}
}
},
"merchant": {
"identifier": "<string>",
"timezone": "<string>"
},
"category": {
"id": 123,
"title": "<string>",
"description": "<string>",
"sortOrder": 123,
"tags": [
"<string>"
]
},
"standardPriceRange": {
"minPrice": 123,
"maxPrice": 123
},
"standardPriceToday": 123,
"standardProductVariantId": 123,
"productVariants": [
{
"id": 123,
"name": "<string>",
"translation": "<string>",
"vatRate": 123,
"productId": 123,
"availableMedia": [
{
"id": 123,
"type": "SKIDATA",
"requiredProductVariants": [
{
"id": 123,
"name": "<string>",
"translation": "<string>",
"vatRate": 123,
"productId": 123,
"attributes": [
{
"name": "<string>",
"identifier": "<string>",
"value": "<string>",
"sortOrder": 123,
"metaInformation": {},
"translation": "<string>"
}
]
}
]
}
],
"attributes": [
{
"name": "<string>",
"identifier": "<string>",
"value": "<string>",
"sortOrder": 123,
"metaInformation": {},
"translation": "<string>"
}
],
"externalIds": [
{
"system": "<string>",
"kind": "<string>",
"value": "<string>"
}
],
"priceRange": {
"minPrice": 123,
"maxPrice": 123
}
}
],
"nextAvailability": {}
}
]
}Language of the response
en, de, fr, it UUID of the sales channel
desc, asc nextAvailability Successful response
Show child attributes