Add new product attribute
Add new product attribute
Authorizations:Token
Request Body Schema:
Attribute object that needs to be added | visible | booleanFlag if attribute is visible in product filter |
| variantsProducts | ArrayVariants products |
| id | integerID |
| position | integerPosition |
| decimals | integerDecimals |
| productClass | |
| attributeGroup | |
| attribute_options | ArrayAttribute options |
| product | |
| type | stringOption type |
| addToNew | stringAdd to new products or class’s assigns automatically |
| attribute_properties | ArrayAttribute properties |
Responses
200Success
Response schema:
Success | visible | booleanFlag if attribute is visible in product filter |
| variantsProducts | ArrayVariants products |
| id | integerID |
| position | integerPosition |
| decimals | integerDecimals |
| productClass | |
| attributeGroup | |
| attribute_options | ArrayAttribute options |
| product | |
| type | stringOption type |
| addToNew | stringAdd to new products or class’s assigns automatically |
| attribute_properties | ArrayAttribute properties |