PriceGroups
Returns data from PriceGroups table.
Select
The 本製品 will use the BCart API to process WHERE clause conditions built with the following columns and operators. The rest of the filter is executed client side within the 本製品.
- Most of the columns support the following operators: <, >, <=, >=, =, !=, IN, NOT_IN.
SELECT * FROM PriceGroups WHERE Name = 'Sample PriceGroups' SELECT * FROM PriceGroups WHERE Id IN (1,10) SELECT * FROM PriceGroups WHERE Id <= '10'
Columns
Name | Type | Description |
Id [KEY] | String | |
Name | String | |
Rate | String |