# Retrieve default shipping address for the given customerId **GET /V1/customers/me/shippingAddress** Retrieve default shipping address for the given customerId. ## Servers - https://magento2.winkelstraat.mac/rest/all: https://magento2.winkelstraat.mac/rest/all () ## Parameters ## Responses ### 200 200 Success. #### Body: (object) - **id** (integer) ID - **customer_id** (integer) Customer ID - **region** (object) Customer address region interface. - **region_id** (integer) Region ID - **country_id** (string) Country code in ISO_3166-2 format - **street** (array[string]) Street - **company** (string) Company - **telephone** (string) Telephone number - **fax** (string) Fax number - **postcode** (string) Postcode - **city** (string) City name - **firstname** (string) First name - **lastname** (string) Last name - **middlename** (string) Middle name - **prefix** (string) Prefix - **suffix** (string) Suffix - **vat_id** (string) Vat id - **default_shipping** (boolean) If this address is default shipping address. - **default_billing** (boolean) If this address is default billing address - **extension_attributes** (object) ExtensionInterface class for @see \Magento\Customer\Api\Data\AddressInterface - **custom_attributes** (array[object]) Interface for custom attribute value. ### 401 401 Unauthorized #### Body: (object) - **message** (string) Error message - **errors** (array[object]) Error details - **code** (integer) Error code - **parameters** (array[object]) Error parameters item - **trace** (string) Stack trace ### 400 400 Bad Request #### Body: (object) - **message** (string) Error message - **errors** (array[object]) Error details - **code** (integer) Error code - **parameters** (array[object]) Error parameters item - **trace** (string) Stack trace ### 500 Internal Server error #### Body: (object) - **message** (string) Error message - **errors** (array[object]) Error details - **code** (integer) Error code - **parameters** (array[object]) Error parameters item - **trace** (string) Stack trace ### default Unexpected error #### Body: (object) - **message** (string) Error message - **errors** (array[object]) Error details - **code** (integer) Error code - **parameters** (array[object]) Error parameters item - **trace** (string) Stack trace [Powered by Bump.sh](https://bump.sh)