Skip to main content

Query corrections

POST 

/corrections/query

Query corrections using filters, sorting, and pagination.

Corrections are feedback requests on product data, such as missing photos, wrong descriptions, or other data issues.

Filter

The filter object must have exactly one key. It can be:

  • A property filter (e.g. product, status, organization, search, locale, type, createdBy, createdAt) with an appropriate value.
  • A compound filter with key and (value: array of filter objects; all must match), or (value: array of filter objects; at least one must match), or not (single filter object to negate).

Sort

Sort the results by touchedAt or createdAt.

Page

Size must be one of: 10, 50, 100, 250.

Request

Responses

Successful operation.

Returns a paginated list of corrections, sorted by touchedAt in ascending order by default.