xi_sdk_resellers
Version:
Ingram Micro - Xvantage Integration (XI) Node.Js Server-side SDK.
24 lines (19 loc) • 2.6 kB
Markdown
# XiSdkResellers.OrderCreateV7Request
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**quoteNumber** | **String** | A unique identifier generated by Ingram Micro's CRM specific to each quote. | [optional]
**customerOrderNumber** | **String** | The reseller's order number for reference in their system. | [optional]
**endCustomerOrderNumber** | **String** | The end customer's order number for reference in their system. | [optional]
**notes** | **String** | Order header level notes. | [optional]
**billToAddressId** | **String** | Suffix used to identify billing address. Created during onboarding. Resellers are provided with one or more address IDs depending on how many bill to addresses they need for various flooring companies they are using for credit. | [optional]
**specialBidNumber** | **String** | The bid number is provided to the reseller by the vendor for special pricing and discounts. Line-level bid numbers take precedence over header-level bid numbers. | [optional]
**acceptBackOrder** | **Boolean** | ENUM ['true','false'] - accept order if this item is backordered. This field along with shipComplete field decides the value of backorderflag. The value of this field is ignored when shipComplete field is present. | [optional]
**vendAuthNumber** | **String** | Authorization number provided by vendor to Ingram's reseller. Orders will be placed on hold without this value, vendor specific mandatory field - please reach out Ingram Sales team for list of vendor for whom this is mandatory. | [optional]
**resellerInfo** | [**OrderCreateV7RequestResellerInfo**](OrderCreateV7RequestResellerInfo.md) | | [optional]
**endUserInfo** | [**OrderCreateV7RequestEndUserInfo**](OrderCreateV7RequestEndUserInfo.md) | | [optional]
**shipToInfo** | [**OrderCreateV7RequestShipToInfo**](OrderCreateV7RequestShipToInfo.md) | | [optional]
**shipmentDetails** | [**OrderCreateV7RequestShipmentDetails**](OrderCreateV7RequestShipmentDetails.md) | | [optional]
**additionalAttributes** | [**[OrderCreateV7RequestAdditionalAttributesInner]**](OrderCreateV7RequestAdditionalAttributesInner.md) | Shipment-level additional attributes. | [optional]
**vmfAdditionalAttributes** | [**[OrderCreateV7RequestVmfAdditionalAttributesInner]**](OrderCreateV7RequestVmfAdditionalAttributesInner.md) | The object containing the list of fields required at a header level by the vendor. | [optional]
**lines** | [**[OrderCreateV7RequestLinesInner]**](OrderCreateV7RequestLinesInner.md) | | [optional]