VendorAddress
A physical address associated with a vendor.
addressTypestring
Whether this address is used for billing, shipping, or both.
Possible values: [billing, shipping, both]
Example:
bothstreetstring
Street address line.
Example:
742 Industrial Parkwaycitystring
Example:
Portlandstatestring
State or province code.
Example:
ORzipCodestring
Postal or ZIP code.
Example:
97201countrystring
Two-letter country code (ISO 3166-1 alpha-2).
Example:
USisPrimaryboolean
Whether this is the default address for the vendor. Used as the ship-to address on new purchase orders unless overridden.
Example:
trueVendorAddress
{
"addressType": "both",
"street": "742 Industrial Parkway",
"city": "Portland",
"state": "OR",
"zipCode": "97201",
"country": "US",
"isPrimary": true
}