Get a Custom Field by Internal Name
Get a Custom Fields by Internal Name
Path Parameters
Name
Type
Description
Headers
Name
Type
Description
{
"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"
}Last updated
Was this helpful?