OrderWebhookShippingAddress
Reusable OrderWebhookShippingAddress schema.
Type: object
Fields
| Field | Type | Constraints | Meaning | Example |
|---|---|---|---|---|
line1required | string | None | The primary street-address line. | string (generated) |
line2required | string or null | None | The optional unit, suite, or secondary address line. | string (generated) |
cityrequired | string | None | The municipality in the delivery address. | string (generated) |
provincerequired | string | None | The Canadian province or territory in the delivery address. | string (generated) |
postal_coderequired | string | None | The Canadian postal code in the delivery address. | string (generated) |
countryrequired | string | None | ISO 3166-1 alpha-2 country code. | string (generated) |
Examples
{ "line1": "string", "line2": "string", "city": "string", "province": "string", "postal_code": "string", "country": "string"}