Skip to main content

Query fine-line categories

POST 

/fine-line-categories/query

Search and filter fine-line categories. Fine-line categories are a hierarchical product classification system used on the US platform.

This endpoint is only available on the US region.

Filter

The optional filter object supports the following filters:

  • id — match by fine-line category ID (string or array of strings).
  • parent — match by parent category ID (string, or null for top-level categories).
  • and — match all of the given filters.
  • or — match any of the given filters.
  • not — negate a filter.

Pagination

Use the page object to paginate results. If omitted, all results are returned.

Sorting

Results are sorted by parent ID, then by category ID.

Request

Responses

Successful operation