Skip to content
snapcasterDevelopers

OrderWebhookShippingAddress

Reusable OrderWebhookShippingAddress schema.

Type: object

Fields

FieldTypeConstraintsMeaningExample
line1requiredstringNoneThe primary street-address line.string (generated)
line2requiredstring or nullNoneThe optional unit, suite, or secondary address line.string (generated)
cityrequiredstringNoneThe municipality in the delivery address.string (generated)
provincerequiredstringNoneThe Canadian province or territory in the delivery address.string (generated)
postal_coderequiredstringNoneThe Canadian postal code in the delivery address.string (generated)
countryrequiredstringNoneISO 3166-1 alpha-2 country code.string (generated)

Examples

Generated Schema example: Generated OrderWebhookShippingAddress
{
"line1": "string",
"line2": "string",
"city": "string",
"province": "string",
"postal_code": "string",
"country": "string"
}

Source commit: 64bff06fe339e6ffa0ef24cd7da55cb3efefefb9