ProductAssociations
Returns object IDs associated with specific product records, supporting product associations.
Table Specific Information
SELECT
Note: You cannot reference custom objects by base name. When querying ProductAssociations, if Type refers to a custom object, the value must now be either the short-hand object type name (p_<object_name>) or the fully qualified object type name.Columns
| Name | Type | ReadOnly | References | Filterable | Description |
| Id [KEY] | Long | True |
Products.Id | False |
Unique identifier for the product association record. |
| AssociationId [KEY] | Long | False | False |
Unique identifier of the object associated with this product, such as a deal or quote. | |
| Type [KEY] | String | False | True |
Type of the associated object, such as contact, deal, or quote. |