Skip to main content
PUT
Set Default Split for Product from Artist
This endpoint requires authentication. Include your Bearer token in the Authorization header.

Description

/product//setdefaultsplit Description: The /product/{id}/setdefaultsplit endpoint sets the default split configuration for a product based on the first associated artist’s default splits. If no artist is associated with the product, it will return an error. Method: PUT Path Parameter: Note: This endpoint does not require a request body. It uses the default splits from the first artist associated with the product.

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
defaultSplit
object[]
required

Response

Success

message
string