Query parameters
-
Filter on a list of comma separated pricat external ids
-
Page Number
Minimum value is
1. Default value is1. -
Page Size
Maximum value is
1000. Default value is10. -
Filter on a list of comma separated skus
-
Filter on a list of comma separated seasons
-
Filter on a list of comma separated supplier GLNs
-
Filter on a list of comma separated supplier names
GET
/v2/api/pricats/products
curl \
--request GET 'https://api.maddenanalytics.com/v2/api/pricats/products'
Response examples (200)
[
{
"brand": "Sample Brand",
"category": "Tops",
"color": "Black",
"costPrice": 199,
"costPriceCurrency": "SEK",
"ean": "7350000000001",
"gender": "Unisex",
"imageUrl": "https://cdn.example.com/img.jpg",
"info": {},
"pricatExternalId": "SPRING_2026",
"price": 499,
"priceCurrency": "SEK",
"productGroupId": "PG-100",
"productName": "Classic Tee",
"season": "SS26",
"size": "M",
"sku": "SKU-1234",
"supplier": "Main Supplier",
"supplierGln": "1234567890123",
"variantGroupId": "VG-100",
"variantName": "Classic Tee Black",
"vat": 25
}
]
Response examples (default)
{
"error": "Error Type (if any)",
"message": "Message describing the error",
"statusCode": 400
}