Skip to main content

Create a product variation relationship

POST 

/pcm/products/:productID/relationships/variations

Create a product variation relationship

Request

Path Parameters

    productID stringrequired

    A unique identifier for the product.

Body

    data object[]
  • Array [
  • id string

    The ID of the product variation.

    type string

    Possible values: [product-variation]

    This represents the type of resource being returned. Always product-variation.

  • ]

Responses

No Content

Loading...