Assign multiple product variants to a variant group.

Assigns the specified products as variants of the parent variant group product.

For more detailed information on how to work with the data model in Bluestone PIM, refer to our help pages The data model.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
boolean
Defaults to false
Body Params
productIds
array of strings
length between 1 and 100

Specifies the set of product IDs to be assigned to the specified variant group.

Example:

"productIds": [
  "667a6c664d59943c1504c738",
  "67958a6c664d59943c1504c7"
]
productIds
string

Specifies the ID of the variant group to which products will be assigned.

Example:

"variantGroupId": "667a6c664d59943c1504c738"
Responses
204

No Content

A confirmation that the specified variant products were successfully assigned to the variant group product.

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