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/listbyunassociatedproduct/{productId}?expand=categorynodes |
productIds | This will retrieve the related list of product IDs. | GET categories/listbyunassociatedproduct/{productId}?expand=productids |
subcategories | This will retrieve the related list of subcategories. | GET categories/listbyunassociatedproduct/{productId}?expand=subcategories |
Name | Description | Usage |
---|---|---|
categoryId | This will sort the response by category ID. | GET categories/listbyunassociatedproduct/{productId}?sort=categoryid |
displayOrder | This will sort the response by display order. | GET categories/listbyunassociatedproduct/{productId}?sort=displayorder |
name | This will sort the response by name. | GET categories/listbyunassociatedproduct/{productId}?sort=name |
title | This will sort the response by title. | GET categories/listbyunassociatedproduct/{productId}?sort=title |
Name | Description | Usage |
---|---|---|
index | The index to retrieve when requesting paged results. | GET categories/listbyunassociatedproduct/{productId}?page=index~{value} |
size | The size of the page when retrieving paged results. | GET categories/listbyunassociatedproduct/{productId}?page=size~{value} |