# Returns information for the cart for a specified customer **GET /V1/carts/mine** Returns information for the cart for a specified customer. ## Servers - https://magento2.winkelstraat.mac/rest/all: https://magento2.winkelstraat.mac/rest/all () ## Parameters ## Responses ### 200 200 Success. #### Body: (object) - **id** (integer) Cart/quote ID. - **created_at** (string) Cart creation date and time. Otherwise, null. - **updated_at** (string) Cart last update date and time. Otherwise, null. - **converted_at** (string) Cart conversion date and time. Otherwise, null. - **is_active** (boolean) Active status flag value. Otherwise, null. - **is_virtual** (boolean) Virtual flag value. Otherwise, null. - **items** (array[object]) Interface CartItemInterface - **items_count** (integer) Number of different items or products in the cart. Otherwise, null. - **items_qty** (number) Total quantity of all cart items. Otherwise, null. - **customer** (object) Customer entity interface for API handling. - **billing_address** (object) Interface AddressInterface - **reserved_order_id** (string) Reserved order ID. Otherwise, null. - **orig_order_id** (integer) Original order ID. Otherwise, null. - **currency** (object) Interface CurrencyInterface - **customer_is_guest** (boolean) For guest customers, false for logged in customers - **customer_note** (string) Notice text - **customer_note_notify** (boolean) Customer notification flag - **customer_tax_class_id** (integer) Customer tax class ID. - **store_id** (integer) Store identifier - **extension_attributes** (object) ExtensionInterface class for @see \Magento\Quote\Api\Data\CartInterface ### 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 ### 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)