Znode

Build Version:

GET productcategories/{productId}/{categoryId}

Gets a product category on the basis of categoryId and productId

Request Information

» Parameters

Name Description Additional information
productId

Define this parameter in the request URI.

categoryId

Define this parameter in the request URI.

» Expands

Name Description Usage
category This will retrieve the related category. GET productcategories/{productId}/{categoryId}?expand=category
product This will retrieve the related product. GET productcategories/{productId}/{categoryId}?expand=product