Attach several existing assets to a product in one call.

Each asset must already exist in the media bank; this only links them to the product. Existing associations on
the product are preserved, and the new assets are added on top rather than replacing them; IDs already
associated are ignored. Fails if the product does not exist or if any listed asset ID is not found. To attach
exactly one asset, the single-asset variant that posts to {id}/assets/{assetId} is simpler; to replace the
product's entire asset set with a new list, use the PUT on {id}/assets instead.

For more information on assets in Bluestone PIM, refer to our help pages Assets
overview
.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

The internal ID for the product to attach the assets to.

Example: 634c26e14cedfd0001775e9f

Body Params
assets
array of strings
length between 1 and 100

The IDs of the existing media-bank assets to attach to the product. Must contain 1 to 100 IDs, and each asset
must already exist. These are added to any assets the product already has, not replacing them.

assets
Responses
204

No Content

Language
Credentials
OAuth2
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json