Update Product Artists
Product
Update Product Artists
/product//artists
PUT
Update Product Artists
This endpoint requires authentication. Include your Bearer token in the Authorization header.
Description
/product//artists Description: The/product/{id}/artists endpoint updates the artists associated with a specific product. It replaces all existing artist associations with the provided list.
Method:
PUT
Path Parameter:
| Parameter | Type | Description |
|---|---|---|
| id | string | The unique identifier of the product. |
| Parameter | Type | Description |
|---|---|---|
| artists | array | Array of artist IDs to associate with the product. |