Gets information about all custom fields within your store configuration.
Example response
HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8
{
"total": 9,
"count": 2,
"offset": 0,
"results": [
{
"id": "5639aac746fc52088841f4c0",
"name": "Product Type",
"dataformat": "text",
"values": []
},
{
"id": "5639aad946fc52088841f4c1",
"name": "Sash",
"dataformat": "dropdown",
"values": [
"3 for 2",
"Buy 1 get 1 Half Price",
"Clearance",
"Coming soon",
"Free gift with purchase",
"Multibuy offer",
"Sale",
"Special offer",
"Black friday"
]
}
]
}