The Product API (previously known as EveryFeed), provides a query-able API frontend to Skimlinks' extensive and consolidated database of monetizable products. Queries can be provided using the rich Solr or Lucene query language, providing the developer with a great deal of flexibility and power to tailor the results to their needs.
Note that the URLs provided via this API are not affiliated and must be run through the Skimlinks JavaScript or Link API prior to use.
The current and only version supported at this endpoint is 3
http://api-product.skimlinks.com/query?q=playstation+3+console&version=3
Authentication is performed by providing your public key in the query string
/query?q=playstation+3+console&key=aabbccddeeffgghhiijjkk1122334455
The Product API endpoint is:
http://api-product.skimlinks.com/
The Product API currently consists of a query method which is described below.
There are a number of fields which can be searched against to restrict the result set
and allow powerful searches to be performed.
Allows for a detailed query against the indexed dataset using Solr Query Syntax, a super-set of the Lucene Query Syntax.
For example, the Solr query:
title:"playstation 3 console" AND NOT merchantCategory:*Games*
Can be queried as:
http://api-product.skimlinks.com/query?q=title%3A"playstation%203%20console"%20AND%20NOT%20merchantCategory%3A*Games*&key=aabbccddeeffgghhiijjkk1122334455&format=xml
| Fields | Description |
|---|---|
|
q
required |
The URL-encoded query string to search for, following Solr Query Syntax, a super-set of the Lucene Query Syntax - |
|
key
required |
Public API key - |
|
fq
optional |
Filter Query - This parameter can be used to filter results as per Solr Query Filtering |
|
format
optional |
The format of the returned results, either |
|
rows
optional |
Number of results to return (defaults to 10, max 300) - |
|
start
optional |
The index from which to start returning results.
(defaults to 0, max 1000) - |
|
group.field
optional |
Group based on the unique values of a field. See Solr Field Collapsing. |
|
group.limit
optional |
The number of results (documents) to return for each group. Defaults to 10. |
|
version
optional |
Version of the API to use, defaults to 3 and not supported below |
Querying the Product API for `playstation 3 console` against all fields with natural weighting, supplying our public API key and specifying the format we would like the results in.
{
"skimlinksProductAPI":{
"status":200,
"products":[
{
"merchant":"Amazon",
"currency":"GBP",
"images":{
"imageOriginalHeight":120,
"imageOriginalUrl":"http://s3.amazonaws.com/images.api-product.skimlinks.com/image/6f90181ea69c0947126736a035ad6f75_original",
"imageThumb1Url":"http://s3.amazonaws.com/images.api-product.skimlinks.com/image/6f90181ea69c0947126736a035ad6f75",
"imageThumb1Height":120,
"imageThumb2Url":"http://s3.amazonaws.com/images.api-product.skimlinks.com/image/6f90181ea69c0947126736a035ad6f75_thumb",
"imageOriginalWidth":160,
"imageThumb2Height":35,
"imageThumb1Width":160,
"imageThumb2Width":47
},
"merchantId":12679,
"relatedId":13278644,
"title":"Sony PlayStation 3 (Console)",
"id":"39433581",
"_version_":1425777131430871040,
"price":9999,
"productId":"12679|B000WV0WZK",
"description":"Technical DataRAM / Installed SizeMB256Technical DataInput Device / TypeGame padTechnical DataInput Device / Connectivity TechnologyWirelessTechnical DataVideo Memory / Installed SizeMB256Technical DataVideo Output / Max Resolution (external)1920 x 1080Technical DataDimensions & Weight / Widthcm32.5Technical DataDimensions & Weight / Depthcm27.4Technical DataDimensions & Weight / Heightcm9.8Technical DataDimensions & Weight / Weightkg5Technical DataHeader / Product LineSony PlayStationTechnical DataHeader / Model3Technical DataHeader / ManufacturerSonyTechnical DataHeader / Packaged Quantity1Technical DataGame Console / TypeSony PlayStation 3Technical DataGame Console / Colour SupportColourTechnical DataGame Console / TypeGame console",
"isAccessory":false,
"groupId":0,
"manufacturer":"",
"url":"http://www.amazon.co.uk/dp/B000WV0WZK/",
"country":"UK",
"identifiers":{
"mpn":"ps398006",
"sku":"B000WV0WZK",
"isbn":"",
"upc":"711719430759",
"ean":""
},
"imageBad":false,
"categorisation":{
"merchantCategory":"PC & Video Games/Substores/Custom Stores/Promotion Tree/PlayStation 3",
"categoryGender":"unisex",
"categoryAge":"adult",
"categoryId":0
}
}
],
"message":"OK",
"version":3,
"numFound":29760
}
}
This retrieves a list of all categories for use in queries
| Fields | Description |
|---|---|
|
key
required |
Public API key - |
|
format
optional |
The format of the returned results, either |
|
version
optional |
Version of the API to use, defaults to 3 and not supported below |
Get a list of all categories, in JSON format.
{
"skimlinksProductAPI": {
"status": 200,
"message": "OK",
"version": 3,
"categories": {
"1": "Animals",
"2": "Animals > Live Animals",
"3": "Animals > Pet Supplies",
"4": "Animals > Pet Supplies > Bird Supplies",
"5": "Animals > Pet Supplies > Bird Supplies > Bird Cages & Stands",
"6": "Animals > Pet Supplies > Bird Supplies > Bird Food",
"7": "Animals > Pet Supplies > Bird Supplies > Bird Ladders & Perches",
"8": "Animals > Pet Supplies > Bird Supplies > Bird Toys",
...
}
}
}
The following fields are available.
|
title
optional |
The title of the product - |
|
description
optional |
Product description - |
|
merchant
optional |
The name of the merchant selling the product - |
|
merchantId
optional |
The Skimlinks id of the merchant - |
|
currency
optional |
The currency for the product's price (ie: USD, GBP, EUR) - |
|
price
optional |
The price of the item, without the decimal place (ie: 100 = $1.00) - |
|
productId
optional |
The unique id for this product - |
|
url
optional |
The final destination URL of the product - |
|
mpn
optional |
MPN e.g. 602498775349 - |
|
upc
optional |
UPC e.g. 602498775349 - |
|
merchantCategory
optional |
The merchant's category that this Product belongs to - |
|
categoryId
optional |
The Skimlinks category id for this product - Note to search all sub-categories or across a range of categories, use Solr ranges. For example: |
|
categoryAge
optional |
Denotes if the product was designed specifically for kids (defaults to adult) - |
|
categoryGender
optional |
Denotes the gender of the product (defaults to unisex) |
|
country
optional |
The country of the merchant (presently |
|
groupId
optional |
The Skimlinks group id. This is used to identify the same product as offered by different merchants (defaults to 0) - |
|
manufacturer
optional |
The manufacturer of the product - |
|
ean
optional |
EAN - |
|
isbn
optional |
ISBN - |
|
sku
optional |
SKU - |
|
isAccessory
optional |
Indicates if this product is an "accessory" or not - |
|
imageBad
optional |
Indicates if the image for this product is a "image not found" image - |
|
images
optional |
A container object with image urls and size info of available product images |
|
imageOriginalUrl
optional |
Url to the original, full size product image |
|
imageOriginalWidth
optional |
Width of the original image |
|
imageOriginalHeight
optional |
Height of the original image |
|
imageThumb1Url
optional |
Url to a thumbnail image |
|
imageThumb1Width
optional |
Width of the thumbnail |
|
imageThumb1Height
optional |
Height of the thumbnail |
|
imageThumb2Url
optional |
Url to a smaller thumbnail image |
|
imageThumb2Width
optional |
Width of the smaller thumbnail |
|
imageThumb2Height
optional |
Height of the smaller thumbnail |
Querying the Product API for `playstation 3 console` while filtering out accessories both in the merchantCategory and by setting isAccessory=False.
{
"skimlinksProductAPI" : {
"message" : "OK",
"numFound" : 18019676,
"products" : [ {
"categorisation" : {
"categoryAge" : "adult",
"categoryGender" : "unisex",
"categoryId" : 0,
"merchantCategory" : "PS3 Systems"
},
"country" : "US",
"currency" : "USD",
"description" : "Processor Type: Cell Broadband Engine Installed RAM: 256 MB XDR RAM Optical Drive Type: Blu-ray player Graphic Processor: NVIDIA RSX Video Memory: 256MB GDDR3 Max. Resolution: 1920 x 1080 Component Video Support: HDMI 1080p Sound Output: LPCM 7.1ch, Dolby Digital, Dolby Digital Plus, Dolby TrueHD, DTS, DTS-HD, AAC.",
"groupId" : 10278530,
"id" : "17549740",
"identifiers" : {
"ean" : "",
"isbn" : "",
"mpn" : "711719842309",
"sku" : "N82E16868110082",
"upc" : "711719842309"
},
"imageBad" : false,
"imageUrl" : "http://images10.newegg.com/ProductImageCompressAll200/68-110-082-17.jpg",
"isAccessory" : false,
"manufacturer" : "",
"merchant" : "Newegg",
"merchantId" : 9921,
"price" : 24999,
"productId" : "9921|N82E16868110082",
"title" : "SONY Playstation 3 Console 160 GB Black",
"url" : "http://www.newegg.com/Product/Product.aspx?Item=N82E16868110082"
}
],
"status" : 200,
"version" : 3
}
}
Querying the Product API for `playstation 3 console` including only results from merchants Newegg OR Amazon.
{
"skimlinksProductAPI" : {
"message" : "OK",
"numFound" : 27,
"products" : [ {
"categorisation" : {
"categoryAge" : "adult",
"categoryGender" : "unisex",
"categoryId" : 0,
"merchantCategory" : "PS3 Systems"
},
"country" : "US",
"currency" : "USD",
"description" : "Processor Type: Cell Broadband Engine Installed RAM: 256 MB XDR RAM Optical Drive Type: Blu-ray player Graphic Processor: NVIDIA RSX Video Memory: 256MB GDDR3 Max. Resolution: 1920 x 1080 Component Video Support: HDMI 1080p Sound Output: LPCM 7.1ch, Dolby Digital, Dolby Digital Plus, Dolby TrueHD, DTS, DTS-HD, AAC.",
"groupId" : 10278530,
"id" : "17549740",
"identifiers" : {
"ean" : "",
"isbn" : "",
"mpn" : "711719842309",
"sku" : "N82E16868110082",
"upc" : "711719842309"
},
"imageBad" : false,
"imageUrl" : "http://images10.newegg.com/ProductImageCompressAll200/68-110-082-17.jpg",
"isAccessory" : false,
"manufacturer" : "",
"merchant" : "Newegg",
"merchantId" : 9921,
"price" : 24999,
"productId" : "9921|N82E16868110082",
"title" : "SONY Playstation 3 Console 160 GB Black",
"url" : "http://www.newegg.com/Product/Product.aspx?Item=N82E16868110082"
}
...
],
"status" : 200,
"version" : 3
}
}
Querying the Product API for `playstation 3 console` including only results from merchants Newegg OR Amazon.
{
"skimlinksProductAPI" : {
"message" : "OK",
"numFound" : 3,
"products" : [ {
"categorisation" : {
"categoryAge" : "adult",
"categoryGender" : "unisex",
"categoryId" : 0,
"merchantCategory" : "Console Accessories / Console Accessories"
},
"country" : "UK",
"currency" : "GBP",
"description" : "Stand for console chargers rumble pad move and sub controller.",
"groupId" : 0,
"id" : "35632631",
"identifiers" : {
"ean" : "",
"isbn" : "",
"mpn" : "",
"sku" : "PZ657",
"upc" : ""
},
"imageBad" : false,
"imageUrl" : "http://images.productserve.com/preview/3090/200762931.jpg",
"isAccessory" : false,
"manufacturer" : "",
"merchant" : "very.co.uk",
"merchantId" : 50590,
"price" : 2500,
"productId" : "50590|PZ657",
"title" : "Playstation 3 Console Accessory Charge Station",
"url" : "http://www.very.co.uk/800620601.prd"
}
...
],
"status" : 200,
"version" : 3
}
}
Querying the Product API for `leather boot` only in merchantCategory containing boot OR shoe.
<skimlinksProductAPI>
<status>200</status>
<products>
<product>
<merchant>Karen Millen (UK)</merchant>
<categorisation>
<merchantCategory>
Shoe Boot,shop~~shop all~~footwear~~boots~~continuity off~~datenight~~under200
</merchantCategory>
<categoryGender>unisex</categoryGender>
<categoryAge>adult</categoryAge>
<categoryId>0</categoryId>
</categorisation>
<price>17000</price>
<currency>GBP</currency>
<merchantId>24049</merchantId>
<title>Mix Leather Shoe Boot</title>
<id>29912750</id>
<productId>24049|204FN06132</productId>
<description>
Snake effect and suede leather material mix shoe boot, 12cm heel with 2.5cm platform.
</description>
<isAccessory>false</isAccessory>
<groupId>0</groupId>
<manufacturer/>
<url>
http://www.karenmillen.com//fashion/karenmillen/fcp-product/903000057152
</url>
<country>US</country>
<imageUrl>
http://media.karenmillen.com/pws/client/images/catalogue/products/204FN06132/zoom/204FN06132.jpg
</imageUrl>
<identifiers>
<mpn>204fn06132</mpn>
<sku>204FN06132</sku>
<isbn/>
<upc/>
<ean/>
</identifiers>
<imageBad>false</imageBad>
</product>
...
</products>
<message>OK</message>
<version>3</version>
<numFound>1425</numFound>
</skimlinksProductAPI>
Querying the Product API for `leather boot` and adding relevance to results that are close to price 100 USD.
<skimlinksProductAPI>
<status>200</status>
<products>
<product>
<merchant>Jildor Shoes</merchant>
<categorisation>
<merchantCategory/>
<categoryGender>unisex</categoryGender>
<categoryAge>adult</categoryAge>
<categoryId>0</categoryId>
</categorisation>
<price>10000</price>
<currency>USD</currency>
<merchantId>17365</merchantId>
<title>Caia Boot Medium Brown Leather</title>
<id>3463961</id>
<productId>17365|87BU-78</productId>
<description>
Leather upperSilver-tone strap and buckle detailingRubber mini-lug solesApprox. 8" shaftApprox. 1" heel
</description>
<isAccessory>false</isAccessory>
<groupId>0</groupId>
<manufacturer/>/
<url>http://www.jildorshoes.com/product.cfm?PI=89974</url>/
<country>UK</country>
<imageUrl>
http://www.jildorshoes.com/images/products/l_89974.jpg
</imageUrl>
<identifiers>
<mpn/>
<sku>87BU-78</sku>
<isbn/>
<upc/>
<ean/>
</identifiers>
<imageBad>false</imageBad>
</product>
...
</products>
<message>OK</message>
<version>3</version>
<numFound>224</numFound>
</skimlinksProductAPI>
Querying the Product API for `faux purple leather boot` but adding higher weight to terms ‘leather’ and ‘boot’. The additional weight is set to a factor of 10, but that can be adjusted.
<skimlinksProductAPI>
<status>200</status>
<products>
<product>
<merchant>Amazon</merchant>
<categorisation>
<merchantCategory>
Refinements/KPEX Feature Refinements/Bucket 81/362381011-3 Features (feature_keywords_browse-bin)/Leather
</merchantCategory>
<categoryGender>unisex</categoryGender>
<categoryAge>adult</categoryAge>
<categoryId>0</categoryId>
</categorisation>
<price>3399</price>
<currency>GBP</currency>
<merchantId>12679</merchantId>
<title>
Vivobarefoot Girls Eskimo Boot Purple Leather Faux Fur Lined Boots
</title>
<id>60835661</id>
<productId>12679|B005W47B9C</productId>
<description>
Waterproof genuine leather upper with padded faux fur lining and barefoot soles. Ideal for wear as a warm pair of boots on cold days, 21cm (8 inch) high by a 31cm (12 inch) circumference.
</description>
<isAccessory>false</isAccessory>
<groupId>0</groupId>
<manufacturer/>
<url>http://www.amazon.co.uk/dp/B005W47B9C/</url>
<country>UK</country>
<imageUrl>
http://ecx.images-amazon.com/images/I/41oQ2TNEOLL._SL160_.jpg
</imageUrl>
<identifiers>
<mpn/>
<sku>B005W47B9C</sku>
<isbn/>
<upc/>
<ean/>
</identifiers>
<imageBad>false</imageBad>
</product>
...
</products>
<message>OK</message>
<version>3</version>
<numFound>586832</numFound>
</skimlinksProductAPI>
Querying the Product API for the same product found at different merchants in order to facilitate a price comparison experience. This example is for the Playstation 3 160GB (groupId=10278530).
<skimlinksProductAPI>
<status>200</status>
<products>
<product>
<merchant>Newegg</merchant>
<categorisation>
<merchantCategory>PS3 Systems</merchantCategory>
<categoryGender>unisex</categoryGender>
<categoryAge>adult</categoryAge>
<categoryId>0</categoryId>
</categorisation>
<price>24999</price>
<currency>USD</currency>
<merchantId>9921</merchantId>
<title>SONY Playstation 3 Console 160 GB Black</title>
<id>17549740</id>
<productId>9921|N82E16868110082</productId>
<description>
Processor Type: Cell Broadband Engine Installed RAM: 256 MB XDR RAM Optical Drive Type: Blu-ray player Graphic Processor: NVIDIA RSX Video Memory: 256MB GDDR3 Max. Resolution: 1920 x 1080 Component Video Support: HDMI 1080p Sound Output: LPCM 7.1ch, Dolby Digital, Dolby Digital Plus, Dolby TrueHD, DTS, DTS-HD, AAC.
</description>
<isAccessory>false</isAccessory>
<groupId>10278530</groupId>
<manufacturer/>
<url>
http://www.newegg.com/Product/Product.aspx?Item=N82E16868110082
</url>
<country>US</country>
<imageUrl>
http://images10.newegg.com/ProductImageCompressAll200/68-110-082-17.jpg
</imageUrl>
<identifiers>
<mpn>711719842309</mpn>
<sku>N82E16868110082</sku>
<isbn/>
<upc>711719842309</upc>
<ean/>
</identifiers>
<imageBad>false</imageBad>
</product>
<product>
<merchant>Sam's Club</merchant>
<categorisation>
<merchantCategory>PS3 Consoles</merchantCategory>
<categoryGender>unisex</categoryGender>
<categoryAge>adult</categoryAge>
<categoryId>0</categoryId>
</categorisation>
<price>27375</price>
<currency>USD</currency>
<merchantId>20716</merchantId>
<title>PlayStation 3 160GB Console - PS3 Consoles</title>
<id>37609980</id>
<productId>20716|sku4424114</productId>
<description>
The fourth generation of hardware released for the PlayStation 3 entertainment platform, the PlayStation 3 160GB system is the next stage in the evolution of Sony's console gaming powerhouse. Loaded with a mix of multimedia features and functions available on earlier PlayStation 3 models, as well as a series of new advancements and refinements, the PlayStation 3 160GB system is destined to push the envelope in the realm of Next-Generation entertainment.
</description>
<isAccessory>false</isAccessory>
<groupId>10278530</groupId>
<manufacturer/>
<url>
http://www.samsclub.com/sams/shop/product.jsp?productId=prod4010117
</url>
<country>US</country>
<imageUrl>
http://s7d2.scene7.com/is/image/samsclub/s7product/0071171984230_A.jpg
</imageUrl>
<identifiers>
<mpn>711719842309</mpn>
<sku>sku4424114</sku>
<isbn/>
<upc>711719842309</upc>
<ean/>
</identifiers>
<imageBad>false</imageBad>
</product>
...
</products>
<message>OK</message>
<version>3</version>
<numFound>3</numFound>
</skimlinksProductAPI>
Search for "battlefield 3" grouping by merchant, limiting to one result per merchant
{
skimlinksProductAPI: {
status: 200,
message: "OK",
version: 3,
products: {
grouped: {
matches: 773949,
groups: [
{
doclist: {
start: 0,
numFound: 385957,
docs: [
{
merchant: "Amazon",
currency: "GBP",
images: {
imageOriginalHeight: 160,
imageOriginalUrl: "http://s3.amazonaws.com/images.api-product.skimlinks.com/image/7ec45e4370431572fa94d58f520cf39e_original",
imageThumb1Url: "http://s3.amazonaws.com/images.api-product.skimlinks.com/image/7ec45e4370431572fa94d58f520cf39e",
imageThumb1Height: 160,
imageThumb2Url: "http://s3.amazonaws.com/images.api-product.skimlinks.com/image/7ec45e4370431572fa94d58f520cf39e_thumb",
imageOriginalWidth: 139,
imageThumb2Height: 47,
imageThumb1Width: 139,
imageThumb2Width: 40
},
merchantId: 12679,
relatedId: 13310032,
title: "Battlefield 3",
id: "39540071",
_version_: 1425777158911950800,
price: 6589,
productId: "12679|B002I0J82G",
description: "Online pass gives players the ability to play multiplayer on battlefield 3. Our passes have been verified as unused by Sony, and will be dispatched the same day. Buy now, to avoid dissapointment",
isAccessory: false,
groupId: 0,
manufacturer: "",
url: "http://www.amazon.co.uk/dp/B002I0J82G/",
country: "UK",
identifiers: {
mpn: "19728",
sku: "B002I0J82G",
isbn: "",
upc: "014633197280",
ean: ""
},
imageBad: false,
categorisation: {
merchantCategory: "PC & Video Games/Substores/Custom Stores/Promotion Tree/PlayStation 3",
categoryGender: "unisex",
categoryAge: "adult",
categoryId: 0
}
}
]
},
groupValue: "Amazon"
},
{
doclist: {
start: 0,
numFound: 930,
docs: [
{
merchant: "Littlewoods",
currency: "GBP",
images: {
imageOriginalHeight: 200,
imageOriginalUrl: "http://s3.amazonaws.com/images.api-product.skimlinks.com/image/a91a2621ba735fc73e7860620b927a5a_original",
imageThumb1Url: "http://s3.amazonaws.com/images.api-product.skimlinks.com/image/a91a2621ba735fc73e7860620b927a5a",
imageThumb1Height: 200,
imageThumb2Url: "http://s3.amazonaws.com/images.api-product.skimlinks.com/image/a91a2621ba735fc73e7860620b927a5a_thumb",
imageOriginalWidth: 200,
imageThumb2Height: 47,
imageThumb1Width: 200,
imageThumb2Width: 47
},
merchantId: 50589,
relatedId: 7098155,
title: "Battlefield 3",
id: "30733701",
_version_: 1425771014081478700,
price: 3300,
productId: "50589|PI769",
description: "The most physical shooter ever created Battlefield 3 leaps ahead of the competition with the power of Frostbite 2 the next instalment of Dices cuttingedge game engine.This stateoftheart technology delivers superior visual quality a grand sense...",
isAccessory: false,
groupId: 0,
manufacturer: "",
url: "http://www.littlewoods.com/e/q/PI769.end",
country: "UK",
identifiers: {
mpn: "pi769",
sku: "PI769",
isbn: "",
upc: "",
ean: ""
},
imageBad: false,
categorisation: {
merchantCategory: "Video Games / Video Games",
categoryGender: "unisex",
categoryAge: "adult",
categoryId: -1
}
}
]
},
groupValue: "Littlewoods"
},
{
doclist: {
start: 0,
numFound: 1151,
docs: [
{
merchant: "The Hut",
currency: "GBP",
images: {
imageOriginalHeight: 200,
imageOriginalUrl: "http://s3.amazonaws.com/images.api-product.skimlinks.com/image/c0fc4f3c2b63e61b975e36d345e4c7bb_original",
imageThumb1Url: "http://s3.amazonaws.com/images.api-product.skimlinks.com/image/c0fc4f3c2b63e61b975e36d345e4c7bb",
imageThumb1Height: 200,
imageThumb2Url: "http://s3.amazonaws.com/images.api-product.skimlinks.com/image/c0fc4f3c2b63e61b975e36d345e4c7bb_thumb",
imageOriginalWidth: 200,
imageThumb2Height: 47,
imageThumb1Width: 200,
imageThumb2Width: 47
},
merchantId: 27049,
relatedId: 4996958,
title: "Battlefield 3",
id: "28308921",
_version_: 1425768853723414500,
price: 2198,
productId: "27049|10523520",
description: "Battlefield 3 leaps ahead of the competition with the power of Frostbite 2 the next installment of DICE&rsquo;s cutting-edge game engine. This state-of-the-art technology is the foundation on which Battlefield 3 is built delivering...",
isAccessory: false,
groupId: 0,
manufacturer: "",
url: "http://www.thehut.com/games/platforms/ps3/battlefield-3/10523520.html",
country: "UK",
identifiers: {
mpn: "",
sku: "10523520",
isbn: "",
upc: "",
ean: "5030930102906"
},
imageBad: false,
categorisation: {
merchantCategory: "Video Games / PS3",
categoryGender: "unisex",
categoryAge: "adult",
categoryId: 0
}
}
]
},
groupValue: "The Hut"
}
]
},
groupField: "merchant"
}
}
}