List Discount Codes For Subscription

Returns a list all of customer subscriptions for a merchant, or a list of subscriptions for an individual customer.

🔐

Authentication

✔️ Application API Scope

✔️ Storefront API Scope

Note: Application API Scope with Bulk Operations permission is required to list subscriptions for more than one customer.

Response Body Definitions

Name

Type

Description

Example

discount_codes_summary

JSON

Each summary object includes the discount codes, or redeem codes, associated with the specified subscription, if any.

{

"discount_codes_summary": [

{

"title": "FIVE_BUCKS_DISCOUNT_2024"
},

{

"title": "HALLOWEEN_30_OFF"

}

]

}
Language