Skip to main content
Anchor to discountRedeemCodeBulkCreation

discountRedeemCodeBulkCreation

query

Returns a DiscountRedeemCodeBulkCreation resource by ID.

ID!
required

The ID of the DiscountRedeemCodeBulkCreation to return.


Was this section helpful?

Anchor to DiscountRedeemCodeBulkCreationDiscountRedeemCodeBulkCreation
DiscountRedeemCodeBulkCreation

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

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

Arguments

Int

The first n elements from the paginated list.

String

The elements that come after the specified cursor.

Int

The last n elements from the paginated list.

String

The elements that come before the specified cursor.

Boolean
Default:false

Reverse the order of the underlying list.


Int!
non-null

The number of codes to create.

DateTime!
non-null

The date and time when the bulk creation was created.

DiscountCodeNode

The code discount associated with the created codes.

Boolean!
non-null

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

Int!
non-null

The number of codes that weren't created successfully.

ID!
non-null

A globally-unique ID.

Int!
non-null

The number of codes created successfully.


Was this section helpful?