OrderAssociations
Returns object IDs associated with specific orders, supporting both OAuth and private-app token authentications.
Table Specific Information
SELECT
Note: You cannot reference custom objects by base name. When querying OrderAssociations, 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 |
Orders.Id | False |
Unique identifier of the order record. |
| AssociationId [KEY] | Long | False | False |
Unique identifier of the object associated with this order, such as a contact or deal. | |
| Type [KEY] | String | False | True |
Type of the object associated with the order, such as contact, deal, or company. |