Create a custom field
Create a custom field
Headers
Name
Type
Description
Request Body
Name
Type
Description
{
"label": "style code",
"internalName": "stylecode4",
"description": "this is style code property",
"isUnique": "yes",
"fieldType": "multi_select",
"options": [
"rock",
"classy",
"bestseller"
],
"scope": [
"recall consignment",
"product"
],
"createdAt": "2020-01-11T08:21:37.549Z",
"updatedAt": "2020-01-21T08:21:37.549Z"
}'Last updated
Was this helpful?