Skip to main content

Create a product template relationship

POST 

/pcm/products/:productID/relationships/templates

Retrieves all the templates that are associated with the specified product.

Request

Path Parameters

    productID stringrequired

    A unique identifier for the product.

Body

    data object[]
  • Array [
  • id string

    The unique identifier of a template.

    type string

    Possible values: [template]

    This represents the type of resource object being returned. Always `template'.

  • ]

Responses

Returns a created product template relationship.

Schema
    data object[]
  • Array [
  • id string

    A unique identifier for a template generated when a template is created.

    type string

    Possible values: [template]

    This represents the type of resource object being returned. Always template.

  • ]
Loading...