ProductOptions
ProductOptions テーブルからデータを返します。
Select
本製品 は Bcart API を使用して、以下のカラムと演算子で構築されたWHERE 句条件を処理します。その他のフィルタはクライアントサイドで本製品 内部で処理されます。
- ほとんどのカラムは次の演算子をサポートしています:<、>、<=、>=、=、!=、IN、NOT_IN。
- カスタムフィールドのカラムは次の演算子をサポートしています:=。
- nputRulesType、InputRulesLimitType、InputRulesLimitMin、およびInputRulesLimitMax カラムはサーバーサイドの演算子をサポートしていません。
SELECT * FROM ProductOptions WHERE Name = 'Sample ProductOptions' SELECT * FROM ProductOptions WHERE Id IN (1, 10) SELECT * FROM ProductOptions WHERE UpdatedAt <= '2019-09-26 09:20:45'
Columns
Name | Type | Description |
Id [KEY] | Integer | |
Name | String | |
IsActive | Integer | |
InputType | String | |
InputChoices | String | |
InputRulesType | String | |
InputRulesLimitType | String | |
InputRulesLimitMin | String | |
InputRulesLimitMax | String | |
Unit | String | |
IsDescriptionHtml | Integer | |
Description | String | |
Required | Boolean | |
SortPriority | Integer | |
CreatedAt | Datetime | |
UpdatedAt | Datetime |