ProductCategories
Returns information regarding categories for the products.
Select
The connector will use the GMO MakeShop API to process WHERE clause conditions built with the following columns and operators. The rest of the filter is executed client side within the connector.
- BrandCode column supports the = operator.
SELECT * FROM ProductCategories WHERE BrandCode = 'CD12345'
Columns
| Name | Type | Description |
| BrandCode [KEY] | String | System product code. |
| CategoryCode [KEY] | String | Category Code. |
| CategoryPath | String | Category Path. |