Get a Custom Fields by Internal Name
This endpoint allows you to get a custom fields by internal name .
{
"data": [
{
"label": "occassion",
"internalName": "occassion",
"description": "occassion dresses",
"isUnique": "no",
"fieldType": "multi_select",
"options": [
"red,blue,green"
],
"scope": [
"product"
],
"createdAt": "2020-02-27T18:32:15.528+05:30",
"updatedAt": "2020-02-27T18:32:15.528+05:30"
}
],
"page": 1,
"perPage": 25,
"total": "1"
}