Znode

Build Version:

GET categories/catalog/{catalogIds}

Gets a list of products for the specified external IDs.

Request Information

» Parameters

Name Description Additional information
catalogIds The comma-seperated external IDs of the products.

Define this parameter in the request URI.

» Expands

Name Description Usage
categoryNodes This will retrieve the related list of category nodes. GET categories/catalog/{catalogIds}?expand=categorynodes
productIds This will retrieve the related list of product IDs. GET categories/catalog/{catalogIds}?expand=productids
subcategories This will retrieve the related list of subcategories. GET categories/catalog/{catalogIds}?expand=subcategories

» Filters

Name Description Usage
externalId This will filter the request by external ID. GET categories/catalog/{catalogIds}?filter=externalid~{operator}~{value}
isFeatured This will filter the request by the is featured flag. GET categories/catalog/{catalogIds}?filter=isfeatured~{operator}~{value}
isVisible This will filter the request by the is visible flag. GET categories/catalog/{catalogIds}?filter=isvisible~{operator}~{value}
name This will filter the request by name. GET categories/catalog/{catalogIds}?filter=name~{operator}~{value}
portalId This will filter the request by portal ID. GET categories/catalog/{catalogIds}?filter=portalid~{operator}~{value}
title This will filter the request by title. GET categories/catalog/{catalogIds}?filter=title~{operator}~{value}

» Sorting

Name Description Usage
categoryId This will sort the response by category ID. GET categories/catalog/{catalogIds}?sort=categoryid
displayOrder This will sort the response by display order. GET categories/catalog/{catalogIds}?sort=displayorder
name This will sort the response by name. GET categories/catalog/{catalogIds}?sort=name
title This will sort the response by title. GET categories/catalog/{catalogIds}?sort=title

» Paging

Name Description Usage
index The index to retrieve when requesting paged results. GET categories/catalog/{catalogIds}?page=index~{value}
size The size of the page when retrieving paged results. GET categories/catalog/{catalogIds}?page=size~{value}