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