PriceListAssignments
Returns an array of Price List Assignments matching a particular Customer Group and Price List and Channel.
Table Specific Information
Select
The driver will use the BigCommerce API to process WHERE clause conditions built with the following column and operator. The rest of the filter is executed client side within the driver.
- Id supports the '=' comparison.
- CustomerGroupId supports the '=,IN' comparison.
- PriceListId supports the '=,IN' comparison.
- ChannelId supports the '=,IN' comparison.
SELECT * FROM PriceListAssignments WHERE CustomerGroupId IN (1,2) SELECT * FROM PriceListAssignments WHERE PriceListId IN (1,2) SELECT * FROM PriceListAssignments WHERE PriceListId = 1 SELECT * FROM PriceListAssignments WHERE CustomerGroupId = 1
Columns
Name | Type | Description |
Id | Integer | The ID of the PriceList Assignment. |
CustomerGroupId | Integer | The ID of the customer group. |
PriceListId | Integer | The ID of the PriceList. |
ChannelId | Integer | ID of the Channel. |