Object describing an item processing record
Name | Type | Description | Notes |
---|---|---|---|
item_id | str | The catalog item id in the merchant namespace | [optional] |
errors | [ItemValidationEvent] | Array with the validation errors for the item processing record. A non empty errors list causes the item processing to fail. | [optional] |
warnings | [ItemValidationEvent] | Array with the validation warnings for the item processing record | [optional] |
status | ItemProcessingStatus | [optional] | |
any string name | bool, date, datetime, dict, float, int, list, str, none_type | any string name can be used but the value must be the correct type | [optional] |