ADO.NET Provider for Shopify

Build 26.0.9655

DiscountBxgyCodes

Returns a list of discount redeem codes.

View-Specific Information

Select

The provider uses the Shopify API to process WHERE clause conditions built with the following columns and operators. The provider processes other filters client-side within the provider.

  • Id supports the '=, !=' comparison operators.
  • DiscountId supports the '=, IN' comparison operators.
  • AsyncUsageCount supports the '=, !=, <, >, >=, <=' comparison operators.

For example, the following queries are processed server-side:

  SELECT * FROM DiscountBxgyCodes WHERE Id = 'Val1'
  SELECT * FROM DiscountBxgyCodes WHERE DiscountId = 'Val1'
  SELECT * FROM DiscountBxgyCodes WHERE AsyncUsageCount = 123

Columns

Name Type References Description
Id [KEY] String A globally-unique ID.
Code String The code that a customer can use at checkout.
DiscountId String A globally-unique ID of the discount.
AsyncUsageCount Int The number of times that the discount code has been used.
CreatedById String The application that created the discount redeem code.

Copyright (c) 2026 CData Software, Inc. - All rights reserved.
Build 26.0.9655