Skip to main content

OrderHistoryShippingAddress

Overview

The OrderHistoryShippingAddress type represents a customer shipping address in order history detail.

Attributes

firstName

type: string


The first name of the person associated with the shipping address.

lastName

type: string


The last name of the person associated with the shipping address.

address1

type: string


The primary street address.

address2 (optional)

type: string | null


The secondary street address. This attribute is optional and can be null.

postalCode

type: string


The postal or ZIP code of the address.

city

type: string


The city of the address.

stateCode (optional)

type: string | null


The state or province code of the address. This attribute is optional and can be null.

countryCode

type: string


The country code of the address.