Retrieves List of Category IDs
You can use this API to retrieve the list of category Ids that are associated with the given product.
API |
Signature |
---|---|
getCategoryIds |
webService static List getCategoryIds(String productId) |
Request Parameter |
||
---|---|---|
Name |
Type |
Description |
productId | String |
The Id product for which you want to retrieve the category. |
Response Parameter |
||
---|---|---|
Name |
Type |
Description |
categoryIds | List |
The list of category Ids |
Code Sample
The below sample code retrieves the category associated with the given product.