Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 931 Bytes

MultiOrderSummary.md

File metadata and controls

12 lines (9 loc) · 931 Bytes

MultiOrderSummary

Properties

Name Type Description Notes
total int The total number of order lines present in the payload. [optional]
success int The number of order lines that were successfully placed without any errors. [optional]
error int The number of order lines that encountered errors during processing, despite their payloads being valid. [optional]
payload_error int The number of order lines with payload errors, indicating formatting or data validity issues.<br/><br/><b>Note</b>: Orders are processed only if the entire batch is free of payload_error, ensuring error-free transactions. [optional]

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