Skip to main content

Create a product variation relationship

POST 

https://euwest.api.elasticpath.com/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

Authorization: http

name: bearerAuthtype: httpscheme: bearer
curl -L -X POST 'https://euwest.api.elasticpath.com/pcm/products/:productID/relationships/variations' \
-H 'Content-Type: application/json' \
-H 'Authorization: Bearer <TOKEN>' \
--data-raw '{
"data": [
{
"id": "string",
"type": "product-variation"
}
]
}'
Request Collapse all
Base URL
https://euwest.api.elasticpath.com
Auth
Parameters
— pathrequired
Body
{
  "data": [
    {
      "id": "string",
      "type": "product-variation"
    }
  ]
}
ResponseClear

Click the Send API Request button above and see the response here!