Update Attribute
Beta/v1/catalog/properties/{property_id}/attributes/{id}Idempotent with Idempotency-Key header. Learn more
Partially updates an attribute.
property_idstringProperty ID.
idstringAttribute ID.
valueoptional stringThe selectable value this attribute represents, such as Red.
Must be non-blank and unique across all attributes in the account, not just within the property.
coloroptional stringenumValues:bluebrowndefaultSwatch color used to display this attribute in the UI.
sort_orderoptional integerNew position of this attribute relative to its siblings within the property, starting at 1.
Must be at most the property's current attribute count; the attributes between the old and new positions shift to make room.
idstringAttribute ID.
objectstringenumValues:attributeResource type identifier.
valuestringThe selectable value this attribute represents, such as Red for a Color property or Large for a Size property.
colorstringenumValues:bluebrowndefaultSwatch color used to display this attribute in the UI.
The named colors are arbitrary display choices; default is a neutral fallback used when no specific swatch applies.
sort_orderintegerPosition of this attribute relative to its siblings within the property, starting at 1.
Positions are kept contiguous: creating, reordering, or deleting an attribute automatically shifts its siblings.
The property this attribute belongs to.
Populated only when the attribute is returned under an item's attributes list.
idstringProperty ID.
objectstringenumValues:propertyResource type identifier.
namestringDisplay name of the property, such as Color or Size.
Attributes belonging to this property.
objectstringenumValues:listResource type identifier.
page_infoobjectPagination metadata.
next_page_urlstringnullableRelative URL that fetches the next page of results.
null when the last page has been reached.
previous_page_urlstringnullableRelative URL that fetches the previous page of results.
null while on the first page.
has_next_pagebooleanWhether more results exist after this page.
has_prev_pagebooleanWhether results exist before this page.
dataarray of attributeResources in this page.
idstringAttribute ID.
objectstringenumValues:attributeResource type identifier.
valuestringThe selectable value this attribute represents, such as Red for a Color property or Large for a Size property.
colorstringenumValues:bluebrowndefaultSwatch color used to display this attribute in the UI.
The named colors are arbitrary display choices; default is a neutral fallback used when no specific swatch applies.
sort_orderintegerPosition of this attribute relative to its siblings within the property, starting at 1.
Positions are kept contiguous: creating, reordering, or deleting an attribute automatically shifts its siblings.
The property this attribute belongs to.
Populated only when the attribute is returned under an item's attributes list.
idstringProperty ID.
objectstringenumValues:propertyResource type identifier.
namestringDisplay name of the property, such as Color or Size.
Attributes belonging to this property.
objectstringenumValues:listResource type identifier.
page_infoobjectPagination metadata.
dataarray of attributeResources in this page.
created_atstring (date-time)Creation timestamp.
updated_atstring (date-time)Last update timestamp.
created_atstring (date-time)Creation timestamp.
updated_atstring (date-time)Last update timestamp.
created_atstring (date-time)Creation timestamp.
updated_atstring (date-time)Last update timestamp.
created_atstring (date-time)Creation timestamp.
updated_atstring (date-time)Last update timestamp.
Responses
Successful response for Update Attribute