CustomerShippingAddress

A CustomerShippingAddress represents a shipping address for a Customer.

Properties

NameTypeDescription
IdintThe ID of the customer shipping address.
CustomerIdintThe ID of the customer that the shipping address belongs to.
Customer (via $expand)CustomerThe customer that the shipping address belongs to.
IsDefaultbooleanFlag that indicates whether this is the default shipping address for the customer.
IsLockedbooleanFlag that indicates whether the shipping address may be edited by the customer.
AddressAddressShipThe shipping name, address, and phone number.