Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.

ConnectApi.ProductChildCollection

Collection of child products related to a parent product.
Property Name Type Description Available Version
count Integer Number of child products returned on this page. 57.0
currentPageToken String Current page token, if any. 57.0
currentPageUrl String URL of the current page in the response. 57.0
items List<ConnectApi.​ProductChild> List of child products related to the parent product. The child products are sorted by their configured sequence values, in ascending order, with null values sorted last. If there are no configured sequence values, the child products are sorted by createdDate, in ascending order. 57.0
nextPageToken String Token for the next page, if any. A value is included in the response only if a value is returned for nextPageUrl. 57.0
nextPageUrl String URL of the next page, if any. 57.0
previousPageToken String Token for the previous page, if any. A value is included in the response only if a value is returned for previousPageUrl. 57.0
previousPageUrl String URL of the previous page, if any. 57.0
productClass ConnectApi.​ProductClass Class of product. Values are:
  • Bundle
  • Set
  • Simple
  • Variation
  • VariationParent
62.0
total Integer Total number of child products in the collection. 57.0