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": "353ca525-575d-4f87-8b0f-2a920e6c2fde", "Name": "sample string 2" }, { "ID": "353ca525-575d-4f87-8b0f-2a920e6c2fde", "Name": "sample string 2" } ]