v1

latestOpenAPI 3.0.12026-07-24501176.6 MB

Create Product Attribute Values

post/v2/product/attributeValues

Headers

Authorizationstring required

Request body

attributeIdinteger
codestring
namestring
ouCodestring

Example request

[
  {
    "attributeId": 91459,
    "code": "red",
    "name": "Red Color",
    "ouCode": "zone_north_01"
  }
]

Response

Successful operation

warningsobject[]
errorsobject[]