Update a Custom field
Update a Custom Field
Headers
Name
Type
Description
Request Body
Name
Type
Description
{
"items": [
{
"label": "fabric",
"internalName": "style type",
"description": "this is style code type property",
"isUnique": "yes",
"fieldType": "multi_select",
"options": [
"rock",
"classy"
],
"scope": [
"product"
],
"createdAt": "2020-03-09T17:16:20.645+05:30",
"updatedAt": "2020-03-17T11:31:24.193+05:30"
}
]
}Last updated
Was this helpful?