Phone Offers

Mulitple

path:

/portal/api/phone_offers

response:

[
  {
    "is_popular": false,
    "brand": {
      "id": 8
    },
    "phone": {
      "id": 37
    },
    "phone_category": {
      "id": 1
    },
    "phone_operating_system": {
      "id": 4
    },
    "phone_variant": {
      "id": 86
    },
    "shops": [
      {
        "deep_link": "http://pcnl.tdsapi.com/portal/click_out/deep_link?api_client_id=2&origin_label=api_phone_offers&phone_offer_id=68-86&phone_offer_unique_key_with_feed_id=68-86&shop_id=20",
        "id": 20,
        "in_stock": true,
        "is_independent": true,
        "price": 26.0,
        "phone_offer_id": "68-86",
        "shipping_costs": 0.0,
        "shipping_time": "op werkdagen voor 22.00 uur besteld, morgen in huis",
        "tco": 26.0
      }
    ]
  },
  {
    "is_popular": false,
    "brand": {
      "id": 8
    },
    "phone": {
      "id": 322
    },
    "phone_category": {
      "id": 1
    },
    "phone_operating_system": {
      "id": 4
    },
    "phone_variant": {
      "id": 732
    },
    "shops": [
      {
        "deep_link": "http://pcnl.tdsapi.com/portal/click_out/deep_link?api_client_id=2&origin_label=api_phone_offers&phone_offer_id=68-732&phone_offer_unique_key_with_feed_id=68-732&shop_id=20",
        "id": 20,
        "in_stock": true,
        "is_independent": true,
        "price": 40.0,
        "phone_offer_id": "68-732",
        "shipping_costs": 0.0,
        "shipping_time": "op werkdagen voor 22.00 uur besteld, morgen in huis",
        "tco": 40.0
      }
    ]
  }
]

Single

path:

/portal/api/phone_offers/68-732

response:

{
  "id": "68-732",
  "deep_link": "http://pcnl.tdsapi.com/portal/click_out/deep_link?api_client_id=2&origin_label=api_phone_offers&phone_offer_id=68-732&phone_offer_unique_key_with_feed_id=68-732&shop_id=20",
  "in_stock": true,
  "is_independent": true,
  "is_popular": false,
  "price": 40.0,
  "shipping_costs": 0.0,
  "shipping_time": "op werkdagen voor 22.00 uur besteld, morgen in huis",
  "tco": 40.0,
  "brand": {
    "id": 8
  },
  "phone": {
    "id": 322
  },
  "phone_category": {
    "id": 1
  },
  "phone_operating_system": {
    "id": 4
  },
  "phone_variant": {
    "id": 732
  },
  "shop": {
    "id": 20
  }
}

Count

path:

/portal/api/phone_offers/count?max_price=100

response:

{
  "count": 18
}

Available Filters

  • brand_id
  • exclude_inverse_offer_extra_id
  • exclude_non_default_offer_extras
  • in_stock
  • include_default_offer_extras_without_frontend_filter
  • is_independent
  • is_popular
  • limit
  • max_price
  • min_price
  • page
  • phone_category_id
  • phone_id
  • phone_operating_system_id
  • phone_variant_id
  • shop_id
  • with_details