Outyield API
    • Ads
      • List vouchers
        GET
    • Offers
      • List offers
        GET
    • Schemas
      • Voucher
      • Link
      • Banner
      • Offer
      • Connection
      • PriceCombination
      • Image
      • Currency
      • ProductGroup

    PriceCombination

    {
        "transactionType": "sale",
        "productGroup": {
            "sid": "abc123",
            "name": "Electronics"
        },
        "countries": [
            "string"
        ],
        "payout": {
            "type": "fixed",
            "value": 9.5,
            "currency": "EUR"
        }
    }
    Built with