Create Metafields Request
Name | Description |
---|---|
metafields REQUIRED |
{
"metafields": {
"name": "my_field",
"scope": {
"csv": "0",
"invoices": "0",
"statements": "0",
"portal": "0",
"public_show": "0",
"public_edit": "0"
},
"input_type": "text",
"enum": [
"string"
]
}
}