Update Product Attributes
PUT/api/products/:productId/attributes
Add or update attributes on a product. Syncs without detaching other existing attributes.
Authentication: Requires Bearer token.
Fields in attributes[]:
- id (required without name): attribute ID
- name (required without id): attribute name (max 255)
- value (nullable): attribute value
Request
Responses
- 200
Successful response