Skip to main content

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: both
streetstring

Street address line.

Example: 742 Industrial Parkway
citystring
Example: Portland
statestring

State or province code.

Example: OR
zipCodestring

Postal or ZIP code.

Example: 97201
countrystring

Two-letter country code (ISO 3166-1 alpha-2).

Example: US
isPrimaryboolean

Whether this is the default address for the vendor. Used as the ship-to address on new purchase orders unless overridden.

Example: true
VendorAddress
{
"addressType": "both",
"street": "742 Industrial Parkway",
"city": "Portland",
"state": "OR",
"zipCode": "97201",
"country": "US",
"isPrimary": true
}