Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 1.01 KB

ItemProcessingRecord.md

File metadata and controls

16 lines (11 loc) · 1.01 KB

ItemProcessingRecord

Object describing an item processing record

Properties

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]

[Back to Model list] [Back to API list] [Back to README]