Skip to main content

Get Bundle Component Product Relationships

GET 

/pcm/products/:productID/relationships/component_products

Retrieves all the products included in the specified bundle product.

Request

Path Parameters

    productID stringrequired

    A unique identifier for the product.

Responses

Returns all Component Products relationships.

Schema
    data object[]
  • Array [
  • id string

    The unique identifier of a product component generated when a product is created.

    type string

    Possible values: [product]

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

  • ]
Loading...