Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 1.69 KB

OrderCreateResponseShipToInfo.md

File metadata and controls

25 lines (21 loc) · 1.69 KB

xi.sdk.resellers.Model.OrderCreateResponseShipToInfo

The shipping information provided by the reseller.

Properties

Name Type Description Notes
AddressId string The ID references the resellers address in Ingram Micro's system for shipping. Provided to resellers during the onboarding process. [optional]
Contact string The company contact provided by the reseller. [optional]
CompanyName string The name of the company the order will be shipped to. [optional]
Name1 string name1 [optional]
Name2 string name2 [optional]
AddressLine1 string The street address and building or house number the order will be shipped to. [optional]
AddressLine2 string The apartment number the order will be shipped to. [optional]
AddressLine3 string Line 3 of the address the order will be shipped to. [optional]
AddressLine4 string Street address4 [optional]
City string The city the order will be shipped to. [optional]
State string The state the order will be shipped to. [optional]
PostalCode string The zip or postal code the order will be shipped to. [optional]
CountryCode string The two-character ISO country code the order will be shipped to. [optional]
PhoneNumber string The company contact phone number. [optional]
Email string The company contact email address. [optional]

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