PostalAddress Object

This is a contained object type. You'll find it part of a few objects. It does not stand alone, requires a parent object, example: Order Object.

Modeled based on https://schema.orgPostalAddress We welcome your feedback. Please use the Improvement Requests form.

Name
Type
Description

at_type

String

Stand-In for JSON-LD @type - your UI is expected to change it to valid JSON-LD @type filed name.

addressCountry

String

The country in 2-letter ISO 3166-1 alpha-2 format

addressLocality

String

The locality in which the street address is, and which is in the region. For example, Mountain View.

addressRegion

String

The region in which the locality is, and which is in the country. For example, California

extendedAddress

String

An address extension such as an apartment number, C/O or alternative name.

postOfficeBoxNumber

String

The post office box number for PO box addresses.

postalCode

String

The postal code. For example, 94043.

streetAddress

String

The street address. For example, 1600 Amphitheatre Pkwy.

Last updated

Was this helpful?