Gets a product category on the basis of categoryId and productId
| Name | Description | Additional information |
|---|---|---|
| productId |
Define this parameter in the request URI. |
|
| categoryId |
Define this parameter in the request URI. |
| 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 |