Gets information about all product meta data within your store catalog.
Example response
HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8
{
"total": 1730,
"count": 2,
"offset": 0,
"results": [
{
"id": "57753ec5d68995a0f8a8b3b9",
"name": "A Dream Is A Wish Wall Sticker",
"title": "A Dream Is A Wish Wall Sticker | Sample Store",
"description": "Brighten up your bedroom wall with our 'Dream is a wish your heart makes' wall sticker",
"keywords": ""
},
{
"id": "57a481gh46cb351f6c2f9476",
"name": "Abbot Mattress",
"title": "Abbot Mattress | Sample Store",
"description": "1,200 pocket springs coupled with a mix of soft, breathable layers",
"keywords": ""
}
]
}