Skip to main content
Log inSign up

Shopify uses cookies to provide necessary site functionality and improve your experience. By using our website, you agree to our privacy policy and our cookie policy.

Anchor to discountRedeemCodeBulkCreation

discountRedeemCodeBulkCreation

query

Returns a bulk code creation resource by ID.

ID!required

The ID of the DiscountRedeemCodeBulkCreation to return.


Was this section helpful?

Anchor to DiscountRedeemCodeBulkCreationDiscountRedeemCodeBulkCreation

The properties and status of a bulk discount redeem code creation operation.

codes
non-null

The result of each code creation operation associated with the bulk creation operation including any errors that might have occurred during the operation.

codesCount
non-null

The number of codes to create.

createdAt
non-null

The date and time when the bulk creation was created.

discountCode

The code discount associated with the created codes.

done
non-null

Whether the bulk creation is still queued (false) or has been run (true).

failedCount
non-null

The number of codes that weren't created successfully.

id
non-null

A globally-unique ID.

importedCount
non-null

The number of codes created successfully.


Was this section helpful?