Updated: 9th March 2012

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

Product

GET

This feed provides you with all the information related to your mail-order and digital products.

Parameters

  • latest (boolean)display the most recent entry
  • order (order_list)(product_title) (sales) (price_uk) (price_us)defaults to item code if left blank
  • order_type (ASC) (DESC)descending or ascending, used with "order" parameter
  • page (int)currently selected page
  • page_rows (int)number of rows per page
  • tags (string)display only entries with matching tag(s) (comma separated)
  • tagsHide (string)ommit matching tagged entries
  • ------- -
  • category (string)match by category
  • display (ALL)display active and deactivated items if set to "ALL"
  • item_array (string)display a selection of items based on a comma delimited array e.g 34,466,657

JSON Output

    {
  • "category":"T-Shirts",
  • "product_code":"3781",
  • "item_code":"156",
  • "title":"Item title",
  • "author":"The author",
  • "description":"Product description",
  • "long_description":"A longer product description",
  • "image":"https://media.inzu.net/user/ecommerce/images/3781_img.png",
  • "image_thumb":"https://media.inzu.net/user/ecommerce/images/3781_thumb.png",
  • "preview":"https://media.inzu.net/user/ecommerce/previews/preview_3781.jpg",
  • "price_uk":"20.00",
  • "price_us":"30.00",
  • "shipping_namerica_uk":"4.50",
  • "shipping_samerica_uk":"6.50",
  • "shipping_europe_uk":"2.50",
  • "shipping_world_uk":"7.50",
  • "shipping_namerica_us":"6.50",
  • "shipping_samerica_us":"8.50",
  • "shipping_europe_us":"3.50",
  • "shipping_world_us":"9.50",
  • "stock":"200",
  • "active":"1",
  • "tags":"sports, tennis",
  • "image_list" : [
      {
      • "image":"https://media.inzu.net/user/store/product/49/img_6637882.png",
      • "image_thumb":"https://media.inzu.net/user/store/product/49/thumbimg_6637882.png",
      • "width":"600",
      • "height":"1000"
    • }
    ]
  • }