Search product-to-category relationships
POST/v2/products/categories/relationships/search
Searches the relationships that link products to categories.
Filters can target a set of products (by internal identifier or by stock keeping unit), a set of categories, or both. The default flag restricts results to the single relationship marked as the default category for each product, which is the relationship surfaced by federation queries.
Results are paginated; large catalogues should rely on pagination to avoid oversized response payloads.
Request
Responses
- 200
- 400
- 401
- 403
- 500
Records matching the query were retrieved successfully.
The request payload, path, or query parameters failed validation.
Authentication credentials are missing or invalid.
The authenticated caller is not permitted to perform the operation.
An unexpected error prevented the request from completing.