Working with product editions

A product edition defines product model properties and subclause relationships for a product line. Product editions can be used to introduce changes to the product after a product has gone into production. A product edition is packaged as an APD template and can be imported, provided the base product is already installed.

To activate the product edition, a caller can submit a POST request to the /productdefinition/v1/lines/{lineId}/activate-editions endpoint. The request body must contain a lineId property containing the product edition identifier:

{
  "data": {
    "attributes": {
      "lineId": "Crime-2"
    }
  }
}

See Cloud API Consumer Guide for additional information on product editions.