Skip to main content
POST
Preview Product Defaults

Description

POST /defaultsettings/preview/product Description: Preview how defaults will be applied to a product. Authorization:
  • Required role: user or higher
Method: POST Request Body:

Code Examples

Authorizations

Authorization
string
header
required

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

Body

application/json
labelId
string<uuid>
artistId
string<uuid>
userId
string<uuid>
productData
object

Partial product data to merge with defaults

Response

Product preview generated successfully

success
boolean
Example:

true

message
string
Example:

"Product preview generated successfully"

data
object

Preview of how defaults would be applied