Updated: 9th March 2012

https://api.inzu.net/1.5/store/offers

Offers

GET

This feed provides details of offers you have created for your products.

Parameters

  • latest (boolean)display the most recent entry
  • tags (string)display only entries with matching tag(s) (comma separated)
  • tagsHide (string)ommit matching tagged entries
  • ------- -
  • available (boolean)if true only display offers that are still running
  • category (string)match by category
  • offer_id (int)display only a specific offer
  • product_code (int)display only offers for a chosen product

JSON Output

    {
  • "offer_id":"111",
  • "title":"Ten percent off",
  • "offer_type":"item",
  • "category":"T-shirts",
  • "product_code":"5889",
  • "percentage":"0",
  • "gift":"A free watch",
  • "offer_code":"WATCH",
  • "amount":"1000",
  • "used":"10",
  • "image":"https://media.inzu.net/user/offers/offer_112.png",
  • "tags":"watch, t-shirts"
  • }