Skip to main content

Addresses
API

Requires level 2 access to protected customer data.

The API for interacting with addresses.

The API object provided to this and other customer-account.order-status extension targets.

StatefulRemoteSubscribable< | undefined>

The buyer billing address used for the order.

Requires access to protected customer data.

StatefulRemoteSubscribable< | undefined>

The buyer shipping address used for the order.

Requires access to protected customer data.

Was this section helpful?

Anchor to useShippingAddress
useShippingAddress()

Returns the proposed shippingAddress applied to the checkout.

| undefined
Was this section helpful?

Anchor to useBillingAddress
useBillingAddress()

Returns billingAddress specified in the order.

| undefined
Was this section helpful?