ODBC Driver for GMO MakeShop

Build 22.0.8479

ProductCategories

Returns information regarding categories for the products.

Select

The 本製品 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 本製品.

  • BrandCode column supports the = operator.
For example, the following queries are processed server side:
SELECT * FROM ProductCategories WHERE BrandCode = 'CD12345'
You can turn off client-side execution by setting SupportEnhancedSQL to false in which case any search criteria that refers to other columns will cause an unfiltered data to be pushed.

Columns

Name Type Description
BrandCode [KEY] String System product code.
CategoryCode [KEY] String Category Code.
CategoryPath String Category Path.

Copyright (c) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8479