Add a New Product Attribute
POST
v1/MetafieldsAdd new product attributes for a certain Role
Request
Header Params
Accept-Language
enum<string>Â
optional
Preferred language for the response. Defaults to en
if not specified.
Allowed values:
enar
Example:
en
Store-Id
numberÂ
required
Example:
37213
Body Params application/json
name
objectÂ
optional
en
stringÂ
optional
ar
stringÂ
optional
Example
{
"name": {
"en": "string",
"ar": "string"
}
}
Request samples
Responses
List of attributes by ID(200)
List of attributes by ID
HTTP Code:Â 200
Content Type :Â JSONapplication/json
Data Schema
No schema defined
Example
Not configured
Last modified: a month ago