TDV Adapter for BigCommerce

Build 22.0.8462

Coupons

Lists all coupons.

Table Specific Information

Select

The adapter 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 adapter.

  • Id supports the '=, >, <, >=, <=' comparison.
  • Name supports the '=' comparison.
  • Type supports the '=' comparison.
  • Code supports the '=' comparison.

For example, the following queries are processed server side:

SELECT * FROM Coupons

SELECT * FROM Coupons WHERE Id = 1 

SELECT * FROM Coupons WHERE Id >= 1 AND Id <= 5

SELECT * FROM Coupons WHERE Name = "test"

Columns

Name Type Description
Id [KEY] Integer The coupons ID.
Name String The name of the coupon.
Type String Type of the coupon.
Amount Decimal The discount to apply to an order, as either an amount or a percentage.
MinPurchase Decimal Specifies a minimum value that an order must have before the coupon can be applied to it.
Expires Datetime Specifies when a coupon expires.
Enabled Boolean If the coupon is enabled, this fields value is true; otherwise, false.
Code String The coupon code that customers will use to receive their discounts.
AppliesToEntity String What the discount applies to. Can be products or categories.
AppliesToIds String ID of either the products or categories
NumUses Integer Number of times this coupon has been used.
MaxUses Integer Maximum number of times this coupon can be used.
MaxUsesPerCustomer Integer Maximum number of times each customer can use this coupon.
DateCreated Datetime Date Created
ShippingMethods String List of shipping-method names.

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