MC4WP_API_v3::get_ecommerce_store_carts PHP Method

    public function get_ecommerce_store_carts($store_id, array $args = array())
    {
        $resource = sprintf('/ecommerce/stores/%s/carts', $store_id);
        return $this->client->get($resource, $args);
    }