patch https://api.fabric.inc/v3/products//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.
With this endpoint, you can partially update attributes of a given product.
Note:
1. This endpoint is recommended over PUT /products/{id}/attributes
(Update product attributes by ID) if you want to update only specific attributes without affecting the others.
2. If you don't have product ID, use the corresponding SKU-based endpoint - PATCH /products/sku/{sku}/attributes
.