docs
  1. Admin Api
  2. Resources
  3. Product Master Attributes
  4. Create Or Update Master Attribute

Create or update master attribute

Update or create a product master attribute

Rate Limit: 300 Max attempts within 1 minute.

Path Parameters

ParameterDetails
productMasterIdentifier
  • required
string
Examples:
  • ^[1-9][0-9]*$
  • ^key%3D[a-zA-Z0-9-_%\+\. ]*$

Query Parameters

ParameterDetails
ignoreAttributeLocks
boolean

Request body

required
ParameterDetails
name
  • required
string
type
  • required
string
Enum:
simple
simpleList
localizedString
localizedStringList
advanced
advancedList
value
  • required
isLocked
  • readonly
boolean
shopCountrySpecific
object
shopKey
string
Example:
ms
countryCode
string
  • MinLength: 2
  • MaxLength: 2
Example:
DE
value

Responses

200
Product master 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/product-masters/{productMasterIdentifier}/attributes

Request samples

Response samples

200
Simple 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
Provide Feedback