Get products within catalogId by filter parameters
GET /pxm/pimapi/v1/catalogs/{catalogId}/products
GET
/pxm/pimapi/v1/catalogs/{catalogId}/products
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” catalogId
required
string
Catalog id
Query Parameters
Section titled “Query Parameters ” classificationId
string
Classification id
classificationGroupClassificationId
string
Classification id of classificationGroup
classificationGroupId
string
ClassificationGroup id
contractId
string
Contract id
statusId
string
Status id or two values separated by comma for the range
changedOn
string
Date range, pattern yyyyMMddHHmmss
- 20200901223000 - means gte:20200901223000
- lte:20200930223000 - means before 2020-09-30 22:30:00
- gte:20200901223000 - means after 2020-09-01 22:30:00
- gte:20200901223000, lte:20200930223000 - means after 2020-09-01 22:30:00 but before 2020-09-30 22:30:00
- gte:-5d, lte:-1h - means after 5 days ago but before one hour ago possible operators: lte, gte; suffixes: h, d, m
createdOn
string
Date range, pattern yyyyMMddHHmmss
- 20200901223000 - means gte:20200901223000
- lte:20200930223000 - means before 2020-09-30 22:30:00
- gte:20200901223000 - means after 2020-09-01 22:30:00
- gte:20200901223000, lte:20200930223000 - means after 2020-09-01 22:30:00 but before 2020-09-30 22:30:00
- gte:-5d, lte:-1h - means after 5 days ago but before one hour ago possible operators: lte, gte; suffixes: h, d, m
languageId
string
Language id
sorting
string
Sort property (e.g. productId or statusId) prefixed by order sign (+/-). no sign means asc
page
string
Starting page (from 0)
pageSize
string
Page size (min 1)
Responses
Section titled “ Responses ”OK