Znode

Build Version:

GET categories/listbyunassociatedproduct/{productId}

No documentation available.

Request Information

» Parameters

Name Description Additional information
productId No documentation available.

Define this parameter in the request URI.

» Expands

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

» Sorting

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

» Paging

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}