# Return the billing address for a specified quote **GET /V1/guest-carts/{cartId}/billing-address** Return the billing address for a specified quote. ## Servers - https://magento2.winkelstraat.mac/rest/all: https://magento2.winkelstraat.mac/rest/all () ## Parameters ### Path parameters - **cartId** (string) The cart ID. ## Responses ### 200 200 Success. #### Body: (object) - **id** (integer) Id - **region** (string) Region name - **region_id** (integer) Region id - **region_code** (string) Region code - **country_id** (string) Country id - **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 - **customer_id** (integer) Customer id - **email** (string) Billing/shipping email - **same_as_billing** (integer) Same as billing flag - **customer_address_id** (integer) Customer address id - **save_in_address_book** (integer) Save in address book flag - **extension_attributes** (object) ExtensionInterface class for @see \Magento\Quote\Api\Data\AddressInterface - **custom_attributes** (array[object]) Interface for custom attribute value. ### 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 ### 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)