Attributes

catalog Product Attribute Management V1Get Attributes Get

get

Retrieve related attributes based on given attribute set ID

Path parameters
attributeSetIdstringRequired

(Required)

Example: <string>
Responses
200

OK

application/json
Responseobject
get
/V1/products/attribute-sets/{attributeSetId}/attributes

catalog Product Attribute Management V1Unassign Delete

delete

Remove attribute from attribute set

Path parameters
attributeSetIdstringRequired

(Required)

Example: <string>
attributeCodestringRequired

(Required)

Example: <string>
Responses
200

OK

application/json
Responseobject
delete
/V1/products/attribute-sets/{attributeSetId}/attributes/{attributeCode}

catalog Product Attribute Management V1Assign Post

post

Assign attribute to attribute set

Header parameters
Content-TypestringOptionalExample: application/json
Body
objectOptionalExample: {"attributeSetId":"<integer>","attributeGroupId":"<integer>","attributeCode":"<string>","sortOrder":"<integer>"}
Responses
200

OK

application/json
Responseobject
post
/V1/products/attribute-sets/attributes