Skip to content

Get products within catalogId by filter parameters

GET
/pxm/pimapi/v1/catalogs/{catalogId}/products
catalogId
required
string

Catalog id

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

  1. 20200901223000 - means gte:20200901223000
  2. lte:20200930223000 - means before 2020-09-30 22:30:00
  3. gte:20200901223000 - means after 2020-09-01 22:30:00
  4. gte:20200901223000, lte:20200930223000 - means after 2020-09-01 22:30:00 but before 2020-09-30 22:30:00
  5. 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

  1. 20200901223000 - means gte:20200901223000
  2. lte:20200930223000 - means before 2020-09-30 22:30:00
  3. gte:20200901223000 - means after 2020-09-01 22:30:00
  4. gte:20200901223000, lte:20200930223000 - means after 2020-09-01 22:30:00 but before 2020-09-30 22:30:00
  5. 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
default: 0

Starting page (from 0)

pageSize
string
default: 20

Page size (min 1)

OK

object