Associate assets with a product.

This operation allows users to associate a list of assets with a specified product. Existing associated assets
on the product will be preserved and not overwritten. If the product with the specified ID does not exist, a 404
error will be returned.

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 which you want to associate assets.

Example: 634c26e14cedfd0001775e9f

Body Params
assets
array of strings
length between 1 and 100

Specifies the set of asset IDs to be assigned to a product, with a minimum of 1 and a maximum of 100 items
allowed.

Example:

"assets": [
  "fe5ad93b-35a5-4731-9eab-9d2cc9934f08",
  "fe5ad93b-35a5-4731-9eab-9d2cc9934f09"
]
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