Get all product prices

Returns all prices for all products, including product discount details

{
    "page": 1,
    "limit": 50,
    "products": [
        {
            "action": "product.price.getall",
            "result": "success",
            "product": "example-subscription",
            "pricing": {
                "PR": {
                    "currency": "USD",
                    "price": 100.0,
                    "display": "$100.00",
                    "quantityDiscount": {
                        "2": {
                            "discountPercent": 5.0,
                            "discountValue": 5.0,
                            "discountValueDisplay": "$5.00",
                            "unitPrice": 95.0,
                            "unitPriceDisplay": "$95.00"
                        },
                        "3": {
                            "discountPercent": 10.0,
                            "discountValue": 10.0,
                            "discountValueDisplay": "$10.00",
                            "unitPrice": 90.0,
                            "unitPriceDisplay": "$90.00"
                        },
                        "4": {
                            "discountPercent": 15.0,
                            "discountValue": 15.0,
                            "discountValueDisplay": "$15.00",
                            "unitPrice": 85.0,
                            "unitPriceDisplay": "$85.00"
                        },
                        "5": {
                            "discountPercent": 25.0,
                            "discountValue": 25.0,
                            "discountValueDisplay": "$25.00",
                            "unitPrice": 75.0,
                            "unitPriceDisplay": "$75.00"
                        }
                    },
                    "discountReason": {
                        "en": "2023 Yearly Sale"
                    },
                    "discountPeriodCount": "null",
                    "available": {
                        "start": "2023-01-01 00:00",
                        "end": "2023-12-31 23:30"
                    },
                    "setupFeePrice": 10.0,
                    "setupFeePriceDisplay": "$10.00",
                    "setupFeeReason": {
                        "en": "Setup Fee"
                    }
                },
              "DE": {
                    "currency": "EUR",
                    "price": 90.0,
                    "display": "90,00 €",
                    "quantityDiscount": {
                        "2": {
                            "discountPercent": 5.0,
                            "discountValue": 4.5,
                            "discountValueDisplay": "4,50 €",
                            "unitPrice": 85.5,
                            "unitPriceDisplay": "85,50 €"
                        },
                        "3": {
                            "discountPercent": 10.0,
                            "discountValue": 9.0,
                            "discountValueDisplay": "9,00 €",
                            "unitPrice": 81.0,
                            "unitPriceDisplay": "81,00 €"
                        },
                        "4": {
                            "discountPercent": 15.0,
                            "discountValue": 13.5,
                            "discountValueDisplay": "13,50 €",
                            "unitPrice": 76.5,
                            "unitPriceDisplay": "76,50 €"
                        },
                        "5": {
                            "discountPercent": 25.0,
                            "discountValue": 22.5,
                            "discountValueDisplay": "22,50 €",
                            "unitPrice": 67.5,
                            "unitPriceDisplay": "67,50 €"
                        }
                    },
                    "discountReason": {
                        "en": "2023 Yearly Sale"
                    },
                    "discountPeriodCount": "null",
                    "available": {
                        "start": "2023-01-01 00:00",
                        "end": "2023-12-31 23:30"
                    },
                    "setupFeePrice": 12.0,
                    "setupFeePriceDisplay": "12,00 €",
                    "setupFeeReason": {
                        "en": "Setup Fee"
                    }
                }
            }
        }
    ]
}
Language
Authorization
Basic
base64
:
Click Try It! to start a request and see the response here!