GET v1/store/products/{productID}/categories
Get product categories
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
productID |
The unique ID of the product. |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of EntityModelName | Description | Type | Additional information |
---|---|---|---|
ID |
The unique ID of the entity. |
globally unique identifier |
None. |
Name |
The name of the entity. |
string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "ID": "c6bd54b2-69b6-414c-b97b-d40f445145c0", "Name": "sample string 2" }, { "ID": "c6bd54b2-69b6-414c-b97b-d40f445145c0", "Name": "sample string 2" } ]