Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 2.15 KB

OrderCreateV7RequestLinesInner.md

File metadata and controls

20 lines (16 loc) · 2.15 KB

xi.sdk.resellers.Model.OrderCreateV7RequestLinesInner

Properties

Name Type Description Notes
CustomerLineNumber string The reseller's line item number for reference in their system. The customer line number needs to be a unique numeric value between 1 and 884. In the event we receive duplicate values or alphanumeric values in the customer line number, we will re-sequence the customer line number. To prevent re-sequencing, please use a unique numeric value between 1 and 884 in the customer line number. [optional]
IngramPartNumber string The unique IngramMicro part number. [optional]
VendorPartNumber string The vendor's part number for the line item. [optional]
Quantity int The requested quantity of the line item. [optional]
UnitPrice decimal? The reseller-requested unit price for the line item. The unit price is not guaranteed. [optional]
SpecialBidNumber string The line-level bid number provided to the reseller by the vendor for special pricing and discounts. Used to track the bid number in the case of split orders or where different line items have different bid numbers. Line-level bid number take precedence over header-level bid numbers. [optional]
EndUserPrice decimal? The end-user price. Required for Export Orders. [optional]
Notes string The attribute field data. [optional]
EndUserInfo List<OrderCreateV7RequestLinesInnerEndUserInfoInner> [optional]
AdditionalAttributes List<OrderCreateV7RequestLinesInnerAdditionalAttributesInner> [optional]
VmfAdditionalAttributesLines List<OrderCreateV7RequestLinesInnerVmfAdditionalAttributesLinesInner> [optional]

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