Merchant Images

Occasionally, you'll want to display images when displaying merchant programs to your users (for example, if you have a merchant directory where users can browse all the available programs).  While Wildfire Systems doesn't provide images for every program (as we have thousands of merchants) we do have images available for most of the large merchants in our system.  Currently, we have up to three image types available for merchants:

  • Featured Images
  • Logo Images
  • Rectangular Logo Images

A logo image is a square image that shows the logo of the merchant. A rectangular logo image is a rectangular image that shows the logo of the merchant. A featured image is a larger, rectangular image that you can use as a background or tile for a merchant list or for a merchant detail view.  You can see examples of these images on our demonstration site:

https://www.wildlink.me/stores

 

walmart featuredExample of a Featured image (660w x 380h)

walmart squareExample of a Logo image (200w x 200h)

logorectExample of a Rectangular Logo image (260w x 200h)

 

You can fetch a list of all available merchant images using the following URL: https://www.wildlink.me/data/APPLICATION_ID/merchant/VERSION where APPLICATION_ID is your application ID and VERSION is the version of the API you wish to invoke (at the time of this writing, the current version is 1).

 

The following is a sample of this data source (note: scroll to the bottom of this JSON sample to see image properties):

  {
   "ID":5483936,
   "Name":"Walmart",
   "PaysNewCustomersOnly":false,
   "ShareAndEarnDisabled":false,
   "Categories":[
      {
         "ID":67,
         "Name":"Hats",
         "ParentID":45
      },
      {
         "ID":102,
         "Name":"Tablets",
         "ParentID":29
      },
      {
         "ID":107,
         "Name":"Accessories",
         "ParentID":29
      },
      {
         "ID":103,
         "Name":"Desktops",
         "ParentID":29
      },
      {
         "ID":126,
         "Name":"Video",
         "ParentID":17
      },
      {
         "ID":240,
         "Name":"Outdoor Play Equipment",
         "ParentID":5
      },
      {
         "ID":187,
         "Name":"Home Decor",
         "ParentID":28
      },
      {
         "ID":191,
         "Name":"Bed & Bath",
         "ParentID":28
      },
      {
         "ID":85,
         "Name":"Hobbies & Creative Arts",
         "ParentID":11
      },
      {
         "ID":96,
         "Name":"School Supplies",
         "ParentID":38
      },
      {
         "ID":170,
         "Name":"Photo Gifts",
         "ParentID":12
      },
      {
         "ID":153,
         "Name":"Online Grocery",
         "ParentID":18
      },
      {
         "ID":244,
         "Name":"Board Games",
         "ParentID":243
      },
      {
         "ID":230,
         "Name":"Camping & Hiking",
         "ParentID":213
      },
      {
         "ID":213,
         "Name":"Outdoor Recreation",
         "ParentID":15
      },
      {
         "ID":18,
         "Name":"Food & Gourmet",
         "ParentID":0
      },
      {
         "ID":131,
         "Name":"Video Game Consoles & Games",
         "ParentID":17
      },
      {
         "ID":214,
         "Name":"Exercise & Fitness",
         "ParentID":15
      },
      {
         "ID":235,
         "Name":"Hunting & Shooting",
         "ParentID":213
      },
      {
         "ID":19,
         "Name":"Financial",
         "ParentID":0
      },
      {
         "ID":15,
         "Name":"Sporting Goods",
         "ParentID":0
      },
      {
         "ID":223,
         "Name":"Football",
         "ParentID":212
      },
      {
         "ID":186,
         "Name":"Furniture",
         "ParentID":28
      },
      {
         "ID":189,
         "Name":"Lighting",
         "ParentID":28
      },
      {
         "ID":5,
         "Name":"Toys & Games",
         "ParentID":0
      },
      {
         "ID":12,
         "Name":"Gifts",
         "ParentID":0
      },
      {
         "ID":48,
         "Name":"Men",
         "ParentID":1
      },
      {
         "ID":69,
         "Name":"Hair Accessories",
         "ParentID":45
      },
      {
         "ID":31,
         "Name":"Media",
         "ParentID":0
      },
      {
         "ID":144,
         "Name":"Tax Services",
         "ParentID":19
      },
      {
         "ID":9,
         "Name":"Office",
         "ParentID":0
      },
      {
         "ID":178,
         "Name":"Fragrance & Cologne",
         "ParentID":22
      },
      {
         "ID":128,
         "Name":"Camera & Optics",
         "ParentID":17
      },
      {
         "ID":38,
         "Name":"Education",
         "ParentID":0
      },
      {
         "ID":184,
         "Name":"Building Supplies",
         "ParentID":20
      },
      {
         "ID":115,
         "Name":"Laptop Accessories",
         "ParentID":107
      },
      {
         "ID":239,
         "Name":"Video Games",
         "ParentID":5
      },
      {
         "ID":225,
         "Name":"Baseball & Softball",
         "ParentID":212
      },
      {
         "ID":221,
         "Name":"Soccer",
         "ParentID":212
      },
      {
         "ID":45,
         "Name":"Accessories",
         "ParentID":1
      },
      {
         "ID":219,
         "Name":"Basketball",
         "ParentID":212
      },
      {
         "ID":78,
         "Name":"Underwear & Socks",
         "ParentID":49
      },
      {
         "ID":28,
         "Name":"Household",
         "ParentID":0
      },
      {
         "ID":201,
         "Name":"Music",
         "ParentID":31
      },
      {
         "ID":185,
         "Name":"Tools",
         "ParentID":20
      },
      {
         "ID":234,
         "Name":"Golf",
         "ParentID":213
      },
      {
         "ID":17,
         "Name":"Consumer Electronics",
         "ParentID":0
      },
      {
         "ID":25,
         "Name":"Consumer Services",
         "ParentID":0
      },
      {
         "ID":198,
         "Name":"Outdoor Living",
         "ParentID":195
      },
      {
         "ID":3,
         "Name":"Vehicles & Parts",
         "ParentID":0
      },
      {
         "ID":190,
         "Name":"Rugs & Flooring",
         "ParentID":28
      },
      {
         "ID":197,
         "Name":"Lawn & Garden",
         "ParentID":195
      },
      {
         "ID":1,
         "Name":"Clothing & Apparel",
         "ParentID":0
      },
      {
         "ID":243,
         "Name":"Games",
         "ParentID":5
      },
      {
         "ID":6,
         "Name":"Animals & Pet Supplies",
         "ParentID":0
      },
      {
         "ID":34,
         "Name":"Babies & Kids",
         "ParentID":0
      },
      {
         "ID":232,
         "Name":"Cycling",
         "ParentID":213
      },
      {
         "ID":73,
         "Name":"Watches",
         "ParentID":45
      },
      {
         "ID":192,
         "Name":"Storage and Organization",
         "ParentID":28
      },
      {
         "ID":79,
         "Name":"Petite",
         "ParentID":49
      },
      {
         "ID":59,
         "Name":"Baby Safety",
         "ParentID":34
      },
      {
         "ID":130,
         "Name":"Audio",
         "ParentID":17
      },
      {
         "ID":20,
         "Name":"Hardware",
         "ParentID":0
      },
      {
         "ID":60,
         "Name":"Baby Toys & Activity Equipment",
         "ParentID":34
      },
      {
         "ID":175,
         "Name":"Personalized gifts",
         "ParentID":12
      },
      {
         "ID":108,
         "Name":"Print, Copy, Scan & Fax",
         "ParentID":29
      },
      {
         "ID":195,
         "Name":"Yard & Garden",
         "ParentID":28
      },
      {
         "ID":193,
         "Name":"Supplies",
         "ParentID":28
      },
      {
         "ID":98,
         "Name":"Laptops",
         "ParentID":29
      },
      {
         "ID":241,
         "Name":"Puzzles",
         "ParentID":5
      },
      {
         "ID":76,
         "Name":"Underwear & Socks",
         "ParentID":48
      },
      {
         "ID":81,
         "Name":"Plus",
         "ParentID":49
      },
      {
         "ID":47,
         "Name":"Costumes",
         "ParentID":1
      },
      {
         "ID":200,
         "Name":"Movies",
         "ParentID":31
      },
      {
         "ID":196,
         "Name":"Pool & Spa",
         "ParentID":195
      },
      {
         "ID":22,
         "Name":"Health & Beauty",
         "ParentID":0
      },
      {
         "ID":44,
         "Name":"Baby & Kids",
         "ParentID":1
      },
      {
         "ID":122,
         "Name":"Telephony",
         "ParentID":17
      },
      {
         "ID":49,
         "Name":"Women",
         "ParentID":1
      },
      {
         "ID":233,
         "Name":"Fishing",
         "ParentID":213
      },
      {
         "ID":71,
         "Name":"Shoes",
         "ParentID":45
      },
      {
         "ID":62,
         "Name":"Diapering",
         "ParentID":34
      },
      {
         "ID":220,
         "Name":"Tennis",
         "ParentID":212
      },
      {
         "ID":202,
         "Name":"Books & Magazines",
         "ParentID":31
      },
      {
         "ID":181,
         "Name":"Personal Care",
         "ParentID":22
      },
      {
         "ID":176,
         "Name":"Vitamins & Supplements",
         "ParentID":22
      },
      {
         "ID":66,
         "Name":"Ties",
         "ParentID":45
      },
      {
         "ID":11,
         "Name":"Arts & Entertainment",
         "ParentID":0
      },
      {
         "ID":72,
         "Name":"Sunglasses",
         "ParentID":45
      },
      {
         "ID":180,
         "Name":"Diet & Fitness",
         "ParentID":22
      },
      {
         "ID":80,
         "Name":"Juniors",
         "ParentID":49
      },
      {
         "ID":33,
         "Name":"Department Stores",
         "ParentID":0
      },
      {
         "ID":179,
         "Name":"Beauty & Cosmetics",
         "ParentID":22
      },
      {
         "ID":83,
         "Name":"Maternity",
         "ParentID":49
      },
      {
         "ID":132,
         "Name":"Electronics Accessories",
         "ParentID":17
      },
      {
         "ID":188,
         "Name":"Kitchen & Dining",
         "ParentID":28
      },
      {
         "ID":194,
         "Name":"Appliances",
         "ParentID":28
      },
      {
         "ID":94,
         "Name":"Arts & Crafts",
         "ParentID":85
      },
      {
         "ID":210,
         "Name":"Photo & Canvas Services",
         "ParentID":25
      },
      {
         "ID":242,
         "Name":"Toys",
         "ParentID":5
      },
      {
         "ID":74,
         "Name":"Handbags & Wallets",
         "ParentID":45
      },
      {
         "ID":30,
         "Name":"Luggage & Bags",
         "ParentID":0
      },
      {
         "ID":29,
         "Name":"Computers & Accessories",
         "ParentID":0
      },
      {
         "ID":84,
         "Name":"Party Supplies",
         "ParentID":11
      },
      {
         "ID":61,
         "Name":"Car Seats, Carriers & Strollers",
         "ParentID":34
      },
      {
         "ID":100,
         "Name":"Software",
         "ParentID":29
      },
      {
         "ID":112,
         "Name":"Computer Accessories",
         "ParentID":107
      },
      {
         "ID":63,
         "Name":"Nursing & Feeding",
         "ParentID":34
      },
      {
         "ID":116,
         "Name":"Tablet Accessories",
         "ParentID":107
      },
      {
         "ID":212,
         "Name":"Athletics",
         "ParentID":15
      },
      {
         "ID":70,
         "Name":"Jewelry",
         "ParentID":45
      },
      {
         "ID":75,
         "Name":"Big & Tall",
         "ParentID":48
      },
      {
         "ID":129,
         "Name":"Batteries",
         "ParentID":17
      },
      {
         "ID":138,
         "Name":"Televisions",
         "ParentID":126
      }
   ],
   "Countries":[
      "US",
      "CA"
   ],
   "Images":[
      {
         "ID":27,
         "Kind":"FEATURED",
         "Ordinal":1,
         "ImageID":27,
         "URL":"https://storage.googleapis.com/wl-image/14acf0ebb78de2a21a5b450c9b68e35984e7ba69",
         "Width":660,
         "Height":380
      },
      {
         "ID":978,
         "Kind":"LOGO",
         "Ordinal":1,
         "ImageID":978,
         "URL":"https://storage.googleapis.com/wl-image/664da5944da1aba6080922c84d6098bd51eb2a5b",
         "Width":200,
         "Height":200
      },
      {
         "ID":2706,
         "Kind":"LOGO",
         "Ordinal":10,
         "ImageID":2706,
         "URL":"https://storage.googleapis.com/wl-image/adbb0643ee3ca2ef769164be9f593d531df4615d",
         "Width":200,
         "Height":200
      },
      {
         "ID":2415,
         "Kind":"LOGORECT",
         "Ordinal":20,
         "ImageID":2415,
         "URL":"https://storage.googleapis.com/wl-image/96c2e598c00ad7d8fcef2086cd155e83427437c3",
         "Width":260,
         "Height":200
      }
   ],
   "Score":1
}