Skip to main content
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: Request Body:

Code Examples

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"

Path Parameters

id
string
required

Product ID

Body

application/json
artists
string[]
required

Array of artist IDs to associate with the product

Response

Success

message
string