A CustomerShippingAddress represents a shipping address for a Customer.
Properties
| Name | Type | Description |
|---|---|---|
| Id | int | The ID of the customer shipping address. |
| CustomerId | int | The ID of the customer that the shipping address belongs to. |
| Customer (via $expand) | Customer | The customer that the shipping address belongs to. |
| IsDefault | boolean | Flag that indicates whether this is the default shipping address for the customer. |
| IsLocked | boolean | Flag that indicates whether the shipping address may be edited by the customer. |
| DisplayLabel | string | The display label for the address. |
| Address | AddressShip | The shipping name, address, and phone number. |
