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

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

Response

Success

message
string