Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 1.72 KB

OrderModifyRequestShipToInfo.md

File metadata and controls

24 lines (20 loc) · 1.72 KB

xi.sdk.resellers.Model.OrderModifyRequestShipToInfo

The shipping information provided by the reseller.

Properties

Name Type Description Notes
AddressId 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]
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]
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]