You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
Version 1
Current »
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 |
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 |