Updated: 9th March 2012

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

Music Release

GET

The music feed provides product data for music releases, a release is grouped by the Cat No.

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
  • cat_no (string)display only a chosen release by a specified catalogue number
  • format (digital) (cd) (vinyl) display a particular format
  • item_array (string)display a selection of items based on a comma delimited array e.g 34,466,657
  • search (string)the search string (URL encoded)

JSON Output

    {
  • "product_code":"3569",
  • "category":"Music",
  • "cat_no":"INZ001",
  • "release_date":"1287010800",
  • "short_description":"Short description",
  • "long_description":"Long description",
  • "image":"https://media.inzu.net/user/ecommerce/images/3569_thumb.png",
  • "title":"Bundle / Single title",
  • "artist":"Artist",
  • "format":"Digital",
  • "format_array":"Digital,CD",
  • "track" : [
      {
      • "item_code":"5339",
      • "number":"bundle",
      • "title":"The release",
      • "artists":"artist",
      • "credits":"produced by",
      • "minutes":"7",
      • "seconds":"30",
      • "year":"2016",
      • "preview":"",
      • "price_uk":"9.99",
      • "price_us":"10.99",
      • "sale":"true"
      • },{
      • "item_code":"5340",
      • "number":"1",
      • "title":"Track 1",
      • "artists":"artist",
      • "credits":"written by",
      • "minutes":"3",
      • "seconds":"10",
      • "year":"2016",
      • "preview":"https://media.inzu.net/user/ecommerce/previews/5340_prv.mp3",
      • "price_uk":"0.99",
      • "price_us":"1.49",
      • "sale":"true"
      • },{
      • "item_code":"5341",
      • "number":"2",
      • "title":"Track 2",
      • "artists":"artist",
      • "credits":"written by",
      • "minutes":"3",
      • "seconds":"20",
      • "year":"2016",
      • "preview":"https://media.inzu.net/user/ecommerce/previews/5341_prv.mp3",
      • "price_uk":"0.99",
      • "price_us":"1.49",
      • "sale":"true"
    • }
    ]
  • }