Name | Type | Description |
---|
processed_products_set | Set of Processed Products Objects | A set that contains the ID and the code of the products that were synchronised
|
unprocessed_products_set | Set of Unprocessed Products Objects | A set that contains the products that failed to be synchronised in CRM.COM. Each row includes the code of the product, as provided by the caller, along with an error code and error description.
|
Referred Objects Response Data
 processed products object response data
Name | Type | Description |
---|
request_code | String | The product code as provided by the caller, in order to identify the successful results. |
id | String | The ID of the product in CRM.COM which was synchronised |
code | String | The number of the product in CRM.COM which was synchronised |
message | String | The description of the processed product (including any combination of an attribute and the reason why such attribute information was not updated) |
 unprocessed products object response data
Name | Type | Description |
---|
request_code | String | The product code as provided by the caller, in order to identify the failed results. |
error_code | String | The code of the error that was raised |
error_description | String | The description of the error that was raised |