No documentation available.
| Name | Description | Additional information |
|---|---|---|
| productId | No documentation available. |
Define this parameter in the request URI. |
| Name | Description | Usage |
|---|---|---|
| categoryNodes | This will retrieve the related list of category nodes. | GET categories/listbyassociatedproduct/{productId}?expand=categorynodes |
| productIds | This will retrieve the related list of product IDs. | GET categories/listbyassociatedproduct/{productId}?expand=productids |
| subcategories | This will retrieve the related list of subcategories. | GET categories/listbyassociatedproduct/{productId}?expand=subcategories |
| Name | Description | Usage |
|---|---|---|
| categoryId | This will sort the response by category ID. | GET categories/listbyassociatedproduct/{productId}?sort=categoryid |
| displayOrder | This will sort the response by display order. | GET categories/listbyassociatedproduct/{productId}?sort=displayorder |
| name | This will sort the response by name. | GET categories/listbyassociatedproduct/{productId}?sort=name |
| title | This will sort the response by title. | GET categories/listbyassociatedproduct/{productId}?sort=title |
| Name | Description | Usage |
|---|---|---|
| index | The index to retrieve when requesting paged results. | GET categories/listbyassociatedproduct/{productId}?page=index~{value} |
| size | The size of the page when retrieving paged results. | GET categories/listbyassociatedproduct/{productId}?page=size~{value} |