# Get selling plans for products Retrieves all selling plans (subscription plans) associated with a set of products. This endpoint is useful for determining which subscription options are available for specific products. Selling Plan Information: - Selling plan ID and name - Billing and delivery frequencies - Pricing policies (discounts) - Plan description and options - Product associations Use Cases: - Display subscription options on product pages - Validate subscription plan availability - Build subscription plan selector UI - Sync plan data across systems Request: - Accepts multiple product IDs as comma-separated values - Returns aggregated selling plans from all products Authentication: Requires valid api_key parameter Endpoint: GET /subscriptions/cp/api/data/products-selling-plans Version: 0.0.1 ## Query parameters: - `productIds` (array, required) Product IDs ## Response 200 fields (*/*): - `get__typename` (string) - `id` (string) - `sellingPlanId` (string) - `sellingPlanName` (string) - `productId` (string) - `sku` (string) - `title` (string) - `variantId` (string) - `quantity` (integer) - `customAttributes` (array) - `customAttributes.key` (string) - `customAttributes.value` (string) - `lineDiscountedPrice` (object) - `lineDiscountedPrice.amount` (object) - `lineDiscountedPrice.currencyCode` (string) Enum: "USD", "EUR", "GBP", "CAD", "AFN", "ALL", "DZD", "AOA", "ARS", "AMD", "AWG", "AUD", "BBD", "AZN", "BDT", "BSD", "BHD", "BIF", "BYN", "BZD", "BMD", "BTN", "BAM", "BRL", "BOB", "BWP", "BND", "BGN", "MMK", "KHR", "CVE", "KYD", "XAF", "CLP", "CNY", "COP", "KMF", "CDF", "CRC", "HRK", "CZK", "DKK", "DJF", "DOP", "XCD", "EGP", "ERN", "ETB", "FKP", "XPF", "FJD", "GIP", "GMD", "GHS", "GTQ", "GYD", "GEL", "GNF", "HTG", "HNL", "HKD", "HUF", "ISK", "INR", "IDR", "ILS", "IRR", "IQD", "JMD", "JPY", "JEP", "JOD", "KZT", "KES", "KID", "KWD", "KGS", "LAK", "LVL", "LBP", "LSL", "LRD", "LYD", "LTL", "MGA", "MKD", "MOP", "MWK", "MVR", "MRU", "MXN", "MYR", "MUR", "MDL", "MAD", "MNT", "MZN", "NAD", "NPR", "ANG", "NZD", "NIO", "NGN", "NOK", "OMR", "PAB", "PKR", "PGK", "PYG", "PEN", "PHP", "PLN", "QAR", "RON", "RUB", "RWF", "WST", "SHP", "SAR", "RSD", "SCR", "SLL", "SGD", "SDG", "SOS", "SYP", "ZAR", "KRW", "SSP", "SBD", "LKR", "SRD", "SZL", "SEK", "CHF", "TWD", "THB", "TJS", "TZS", "TOP", "TTD", "TND", "TRY", "TMT", "UGX", "UAH", "AED", "UYU", "UZS", "VUV", "VES", "VND", "XOF", "YER", "ZMW", "USDC", "BYR", "STD", "STN", "VED", "VEF", "XXX", "$UNKNOWN" - `variantImage` (object) - `variantImage.transformedSrc` (object) - `variantTitle` (string) - `currentPrice` (object) - `discountAllocations` (array) - `discountAllocations.discount` (object) - `pricingPolicy` (object) - `pricingPolicy.basePrice` (object) - `pricingPolicy.cycleDiscounts` (array) - `pricingPolicy.cycleDiscounts.afterCycle` (integer) - `pricingPolicy.cycleDiscounts.computedPrice` (object) - `pricingPolicy.cycleDiscounts.adjustmentType` (string) Enum: "PERCENTAGE", "FIXED_AMOUNT", "PRICE", "$UNKNOWN" - `pricingPolicy.cycleDiscounts.adjustmentValue` (object) - `taxable` (boolean) ## Response 400 fields (*/*): - `get__typename` (string) - `id` (string) - `sellingPlanId` (string) - `sellingPlanName` (string) - `productId` (string) - `sku` (string) - `title` (string) - `variantId` (string) - `quantity` (integer) - `customAttributes` (array) - `customAttributes.key` (string) - `customAttributes.value` (string) - `lineDiscountedPrice` (object) - `lineDiscountedPrice.amount` (object) - `lineDiscountedPrice.currencyCode` (string) Enum: "USD", "EUR", "GBP", "CAD", "AFN", "ALL", "DZD", "AOA", "ARS", "AMD", "AWG", "AUD", "BBD", "AZN", "BDT", "BSD", "BHD", "BIF", "BYN", "BZD", "BMD", "BTN", "BAM", "BRL", "BOB", "BWP", "BND", "BGN", "MMK", "KHR", "CVE", "KYD", "XAF", "CLP", "CNY", "COP", "KMF", "CDF", "CRC", "HRK", "CZK", "DKK", "DJF", "DOP", "XCD", "EGP", "ERN", "ETB", "FKP", "XPF", "FJD", "GIP", "GMD", "GHS", "GTQ", "GYD", "GEL", "GNF", "HTG", "HNL", "HKD", "HUF", "ISK", "INR", "IDR", "ILS", "IRR", "IQD", "JMD", "JPY", "JEP", "JOD", "KZT", "KES", "KID", "KWD", "KGS", "LAK", "LVL", "LBP", "LSL", "LRD", "LYD", "LTL", "MGA", "MKD", "MOP", "MWK", "MVR", "MRU", "MXN", "MYR", "MUR", "MDL", "MAD", "MNT", "MZN", "NAD", "NPR", "ANG", "NZD", "NIO", "NGN", "NOK", "OMR", "PAB", "PKR", "PGK", "PYG", "PEN", "PHP", "PLN", "QAR", "RON", "RUB", "RWF", "WST", "SHP", "SAR", "RSD", "SCR", "SLL", "SGD", "SDG", "SOS", "SYP", "ZAR", "KRW", "SSP", "SBD", "LKR", "SRD", "SZL", "SEK", "CHF", "TWD", "THB", "TJS", "TZS", "TOP", "TTD", "TND", "TRY", "TMT", "UGX", "UAH", "AED", "UYU", "UZS", "VUV", "VES", "VND", "XOF", "YER", "ZMW", "USDC", "BYR", "STD", "STN", "VED", "VEF", "XXX", "$UNKNOWN" - `variantImage` (object) - `variantImage.transformedSrc` (object) - `variantTitle` (string) - `currentPrice` (object) - `discountAllocations` (array) - `discountAllocations.discount` (object) - `pricingPolicy` (object) - `pricingPolicy.basePrice` (object) - `pricingPolicy.cycleDiscounts` (array) - `pricingPolicy.cycleDiscounts.afterCycle` (integer) - `pricingPolicy.cycleDiscounts.computedPrice` (object) - `pricingPolicy.cycleDiscounts.adjustmentType` (string) Enum: "PERCENTAGE", "FIXED_AMOUNT", "PRICE", "$UNKNOWN" - `pricingPolicy.cycleDiscounts.adjustmentValue` (object) - `taxable` (boolean) ## Response 401 fields (*/*): - `get__typename` (string) - `id` (string) - `sellingPlanId` (string) - `sellingPlanName` (string) - `productId` (string) - `sku` (string) - `title` (string) - `variantId` (string) - `quantity` (integer) - `customAttributes` (array) - `customAttributes.key` (string) - `customAttributes.value` (string) - `lineDiscountedPrice` (object) - `lineDiscountedPrice.amount` (object) - `lineDiscountedPrice.currencyCode` (string) Enum: "USD", "EUR", "GBP", "CAD", "AFN", "ALL", "DZD", "AOA", "ARS", "AMD", "AWG", "AUD", "BBD", "AZN", "BDT", "BSD", "BHD", "BIF", "BYN", "BZD", "BMD", "BTN", "BAM", "BRL", "BOB", "BWP", "BND", "BGN", "MMK", "KHR", "CVE", "KYD", "XAF", "CLP", "CNY", "COP", "KMF", "CDF", "CRC", "HRK", "CZK", "DKK", "DJF", "DOP", "XCD", "EGP", "ERN", "ETB", "FKP", "XPF", "FJD", "GIP", "GMD", "GHS", "GTQ", "GYD", "GEL", "GNF", "HTG", "HNL", "HKD", "HUF", "ISK", "INR", "IDR", "ILS", "IRR", "IQD", "JMD", "JPY", "JEP", "JOD", "KZT", "KES", "KID", "KWD", "KGS", "LAK", "LVL", "LBP", "LSL", "LRD", "LYD", "LTL", "MGA", "MKD", "MOP", "MWK", "MVR", "MRU", "MXN", "MYR", "MUR", "MDL", "MAD", "MNT", "MZN", "NAD", "NPR", "ANG", "NZD", "NIO", "NGN", "NOK", "OMR", "PAB", "PKR", "PGK", "PYG", "PEN", "PHP", "PLN", "QAR", "RON", "RUB", "RWF", "WST", "SHP", "SAR", "RSD", "SCR", "SLL", "SGD", "SDG", "SOS", "SYP", "ZAR", "KRW", "SSP", "SBD", "LKR", "SRD", "SZL", "SEK", "CHF", "TWD", "THB", "TJS", "TZS", "TOP", "TTD", "TND", "TRY", "TMT", "UGX", "UAH", "AED", "UYU", "UZS", "VUV", "VES", "VND", "XOF", "YER", "ZMW", "USDC", "BYR", "STD", "STN", "VED", "VEF", "XXX", "$UNKNOWN" - `variantImage` (object) - `variantImage.transformedSrc` (object) - `variantTitle` (string) - `currentPrice` (object) - `discountAllocations` (array) - `discountAllocations.discount` (object) - `pricingPolicy` (object) - `pricingPolicy.basePrice` (object) - `pricingPolicy.cycleDiscounts` (array) - `pricingPolicy.cycleDiscounts.afterCycle` (integer) - `pricingPolicy.cycleDiscounts.computedPrice` (object) - `pricingPolicy.cycleDiscounts.adjustmentType` (string) Enum: "PERCENTAGE", "FIXED_AMOUNT", "PRICE", "$UNKNOWN" - `pricingPolicy.cycleDiscounts.adjustmentValue` (object) - `taxable` (boolean)