ADO.NET Provider for Shopify

Build 26.0.9655

DiscountRedeemCodeBulkCreations

An entity that represents the status and counts of an asynchronous bulk code creation associated with a code discount.

View-Specific Information

Select

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

  • Id supports the '=' comparison operator.

For example, the following query is processed server-side:

  SELECT * FROM DiscountRedeemCodeBulkCreations WHERE Id = 'Val1'

Columns

Name Type References Description
Id [KEY] String The ID of the DiscountRedeemCodeBulkCreation to return.
Done Bool Whether the bulk creation is still queued or has run.
CodesCount Int The number of codes to create.
ImportedCount Int The number of codes created successfully.
FailedCount Int The number of codes that weren't created successfully.

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