'upload_catalog' Response
The 'upload_catalog' response returns the count of items successfully uploaded in the current operation, the count of items not uploaded due to invalid data structure and the labels of not uploaded items.
Name | Type | Description |
---|---|---|
result_code |
int |
transaction result code. 'result_code' is always returned in a response. '0' on success. If the transaction fails, the 'result_code' is other than 0. |
error_msg |
string |
more specific description of the error. |
uploaded_count |
int |
number of successfully uploaded items. Returned only when |
not_uploaded_count |
int |
number of not uploaded items. Returned only when |
not_uploaded_labels |
array |
array of 'label' fields containing labels of item not uploaded in the transaction. Returned only when |