Update Product Assets
Product
Update Product Assets
/product//assets
PUT
Update Product Assets
This endpoint requires authentication. Include your Bearer token in the Authorization header.
Description
/product//assets Description: The/product/{id}/assets endpoint updates the assets associated with a specific product. It replaces all existing asset associations with the provided list.
Method:
PUT
Path Parameter:
| Parameter | Type | Description |
|---|---|---|
| id | string | The unique identifier of the product. |
| Parameter | Type | Description |
|---|---|---|
| assets | array | Array of asset objects to associate with the product. |
| Parameter | Type | Description |
|---|---|---|
| asset | string | The ID of the asset to associate. |
| number | integer | The track number for this asset in the product. |