ListMerge
Merge two accounts, customers, or vendors. Requires QBXML version 7.0 or higher.
Input
| Name | Type | Description |
| Type | String | The type of the object to be merged.
The allowed values are Account, Customer, Vendor. |
| MergeFromId | String | The Id of the object to be merged into another object. Either the name or Id must be specified for the From object. |
| MergeFromName | String | The name of the object to be merged into another object. Either the name or Id must be specified for the From object. |
| MergeToId | String | The Id of the object into which another object is merged. Either the name or Id must be specified for the To object. |
| MergeToName | String | The name of the object into which another object is merged. Either the name or Id must be specified for the To object. |
| OverwriteDuplicateShipToAddr | String | If set to true, shipping addresses with the same name will be overwritten with the addresses in the object you are merging to. Requires QBXML version 8.0 or higher. |
Result Set Columns
| Name | Type | Description |
| Success | String | Whether the two objects were successfully merged. |
| ErrorMessage | String | The error message if there is a failure. |