Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 1.73 KB

OrderCreateV7ResponseResourceOrdersInner.md

File metadata and controls

22 lines (18 loc) · 1.73 KB

xi.sdk.resellers.Model.OrderCreateV7ResponseResourceOrdersInner

Properties

Name Type Description Notes
NumberOfLinesWithSuccess int The number of lines in the order that were successful. [optional]
NumberOfLinesWithError int The number of lines in the order that have errors. [optional]
NumberOfLinesWithWarning int The number of lines in the order that have a warning. [optional]
IngramOrderNumber string The Ingram Micro order number. [optional]
IngramOrderDate string The date in UTC format that the order was created in Ingram Micro's system. [optional]
Notes string Order-level notes. [optional]
OrderType string The order typer. One of: S=Stocked PO D=Direct Ship PO [optional]
OrderTotal decimal The total price for the order. [optional]
FreightCharges decimal The total freight charges for the order. [optional]
TotalTax decimal The total tax for the order. [optional]
CurrencyCode string The country-specific three character ISO 4217 currency code used for the order. [optional]
Lines List<OrderCreateV7ResponseResourceOrdersInnerLinesInner> The line-level details for the order. [optional]
Links List<OrderCreateResponseOrdersInnerLinksInner> Link to Order Details for the order(s). [optional]

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