Update or create a product attribute
Update or create a product attribute
Rate Limit: 300 Max attempts within 1 minute.
Path Parameters
Parameter | Details |
---|---|
productIdentifier
| string Examples:
|
Query Parameters
Parameter | Details |
---|---|
ignoreAttributeLocks | boolean |
Request body
requiredParameter | Details |
---|---|
name
| string |
type
| string Enum: simple simpleList localizedString localizedStringList advanced advancedList |
value
| |
isLocked
| boolean |
shopCountrySpecific | object shopKey stringExample: ms countryCode string
Example: DE value |
Responses
200
Product attribute was successfully updated.
application/json
Success
namerequired
string
typerequired
string
valuerequired
null
isLocked
boolean
Array of object
400
Bad Request
application/json
Error
401
Unauthorized
application/json
Error
404
Not Found
application/json
Error
POST
Request samples
Response samples
200Simple Attribute:
Content type: application/json
Simple List Attribute:
Content type: application/json
Localized String Attribute:
Content type: application/json
Localized String List Attribute:
Content type: application/json
Advanced Attribute:
Content type: application/json
Advanced List Attribute:
Content type: application/json