Query parameters
-
Page Number
Minimum value is
1. Default value is1. -
Page Size
Maximum value is
1000. Default value is10. -
Filter by pricat external id, repeatable (e.g. ?externalids=x&externalids=y)
-
Filter by supplier GLN, repeatable (e.g. ?supplierGln=x&supplierGln=y)
-
Filter by supplier name, repeatable (e.g. ?supplier=x&supplier=y)
GET
/v2/api/pricats
curl \
--request GET 'https://api.maddenanalytics.com/v2/api/pricats'
Response examples (200)
[
{
"externalId": "SPRING_2026",
"name": "Spring 2026",
"supplierGln": "1234567890123",
"supplierName": "Acme Supplier"
}
]
Response examples (default)
{
"error": "Error Type (if any)",
"message": "Message describing the error",
"statusCode": 400
}