patch https://api.fabric.inc/v3/products/sku//attributes
Product attributes are the objective and factual descriptions of products that shoppers see when they browse through an e-commerce platform. Attributes may be technical specifications like size, weight, etc., design specifications like color, material, etc., or basic specifications such as name, description, ID, etc.
This endpoint is used to partially update attributes of the given product attributes.
Note:
1. This endpoint is recommended over PUT /products/sku/{sku}/attributes
(Update product attributes by SKU) if you want to update only specific attributes without affecting the others.
2. If you don't have product SKU, use the corresponding ID-based endpoint - PATCH /products/{id}/attributes
.