v2

OpenAPI 3.0.3Proprietary2026-07-263483431.1 MB
Business Products

List product taxonomies

Requires the product:list scope. Retrieves a cursor-paginated list of product taxonomies sorted by full_path in ascending order.

get/v3/product-taxonomies

Query parameters

page_sizeinteger

Number of items per page

next_cursorstring

Opaque cursor for the next page.

previous_cursorstring

Opaque cursor for the previous page.

searchstring

Search term to filter taxonomies by name (case-insensitive, partial match)

Response

Paginated list of product taxonomies

is_paginatedtrue required
has_nextboolean
page_sizeinteger

Example response

{
  "is_paginated": true,
  "page_size": 25
}