JDBC Driver for BigCommerce

Build 22.0.8462

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.

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